Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Blender 1.3.0
pts/blender-1.3.0
- 16 September 2017 -
Update against Blender 2.79 upstream
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://download.blender.org/release/Blender2.79/blender-2.79-linux-glibc219-x86_64.tar.bz2, https://www.blend4web.com/blender/release/Blender2.79/blender-2.79-linux-glibc219-x86_64.tar.bz2</URL> <MD5>f89177ef97cad7d78d06cda7b9e66c8d</MD5> <SHA256>79e156acf2ec109fd0abb20f7f9bb16227e10fe5be4ed38b0674f4fe868fdd21</SHA256> <FileSize>143165872</FileSize> </Package> <Package> <URL>http://download.blender.org/demo/test/cycles_benchmark_20160228.zip</URL> <MD5>61dabc9cc92dec9549f73f7453d9a875</MD5> <SHA256>026e7499a7bd9e0d41fe4d43e611a145a62d8d5df4fe347a6a08c6f0e98cf0c6</SHA256> <FileSize>530883683</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf blender-2.79-linux-glibc219-x86_64.tar.bz2 unzip -o cycles_benchmark_20160228.zip echo "#!/bin/bash cd blender-2.79-linux-glibc219-x86_64 if [[ \$@ =~ .*CUDA.* ]] then COMPUTE_TYPE=\"CUDA\" elif [[ \$@ =~ .*OPENCL.* ]] then COMPUTE_TYPE=\"OPENCL\" elif [[ \$@ =~ .*NONE.* ]] then COMPUTE_TYPE=\"NONE\" else COMPUTE_TYPE=\"CUDA\" fi echo \"import bpy bpy.context.user_preferences.addons['cycles'].preferences.compute_device_type = '\$COMPUTE_TYPE' bpy.ops.wm.save_userpref()\" > setgpu.py ./blender -b --python setgpu.py ./blender \$@ > \$LOG_FILE 2> /dev/null rm -f output.test" > blender chmod +x blender
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Time: #_RESULT_# (Saving: 00:00.03)</OutputTemplate> <LineHint>Saving:</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m4--> <PhoronixTestSuite> <TestInformation> <Title>Blender</Title> <AppVersion>2.79</AppVersion> <Description>Blender is an open-source 3D creation software project. This test is of Blender's Cycles benchmark with various sample files. GPU computing is supported.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>bzip2-development, glut, xorg-development, opencl</ExternalDependencies> <EnvironmentSize>760</EnvironmentSize> <ProjectURL>https://www.blender.org/</ProjectURL> <InternalTags>OpenCL, CUDA</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-noaudio --enable-autoexec</Arguments> </Default> <Option> <DisplayName>Blend File</DisplayName> <Identifier>blend</Identifier> <ArgumentPrefix>-b </ArgumentPrefix> <ArgumentPostfix> -o output.test -x 1 -F JPEG -f 1</ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>BMW27</Name> <Value>../benchmark/bmw27/bmw27_gpu.blend</Value> <Message></Message> </Entry> <Entry> <Name>Classroom</Name> <Value>../benchmark/classroom/classroom_gpu.blend</Value> <Message></Message> </Entry> <Entry> <Name>Fishy Cat</Name> <Value>../benchmark/fishy_cat/fishy_cat_gpu.blend</Value> <Message></Message> </Entry> <Entry> <Name>Pabellon Barcelona</Name> <Value>../benchmark/pabellon_barcelona/pavillon_barcelone_gpu.blend</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Compute</DisplayName> <Identifier>compute</Identifier> <ArgumentPrefix> </ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>CPU-Only</Name> <Value>NONE</Value> <Message></Message> </Entry> <Entry> <Name>OpenCL</Name> <Value>OPENCL</Value> <Message></Message> </Entry> <Entry> <Name>CUDA</Name> <Value>CUDA</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>