Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
SVT-AV1
Stockfish
FFmpeg
PostgreSQL
Newest Tests
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
GROMACS
Recently Updated Tests
Apache CouchDB
PostgreSQL
NAMD
Apache Cassandra
Opus Codec Encoding
ParaView
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 4.2.0
pts/blender-4.2.0
- 16 July 2024 -
Update against Blender 4.2 LTS release.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://download.blender.org/release/Blender4.2/blender-4.2.0-linux-x64.tar.xz, http://ftp.vim.org/graphics/blender/release/Blender4.2/blender-4.2.0-linux-x64.tar.xz, https://mirror.clarkson.edu/blender/release/Blender4.2/blender-4.2.0-linux-x64.tar.xz</URL> <MD5>d4555313745524a6add308001e3198cf</MD5> <SHA256>4f4fd7646af01f6fee9d420408318381a6e52571268eb7cf9cd5033bd9e7a359</SHA256> <FileName>blender-4.2.0-linux-x64.tar.xz</FileName> <FileSize>352269932</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://download.blender.org/release/Blender4.2/blender-4.2.0-windows-x64.zip, http://ftp.vim.org/graphics/blender/release/Blender4.2/blender-4.2.0-windows-x64.zip, https://mirror.clarkson.edu/blender/release/Blender4.2/blender-4.2.0-windows-x64.zip</URL> <MD5>251adc616ee22b06828ee955b77e38de</MD5> <SHA256>b6e72874f8cb5c4ed77f9b03d7f1fde851b9455a7ff02a1e1119c876318ebc65</SHA256> <FileName>blender-4.2.0-windows-x64.zip</FileName> <FileSize>383542405</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://download.blender.org/release/Blender4.2/blender-4.2.0-macos-x64.dmg, http://ftp.vim.org/graphics/blender/release/Blender4.2/blender-4.2.0-macos-x64.dmg, https://mirror.clarkson.edu/blender/release/Blender4.2/blender-4.2.0-macos-x64.dmg</URL> <MD5>763777c07538dda3c58042c455a4f274</MD5> <SHA256>ca987d61b70cc3f8c292f575d1694c8dded48a217476f8e25502879eb3ded293</SHA256> <FileName>blender-4.2.0-macos-x64.dmg</FileName> <FileSize>335234654</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> <Package> <URL>http://download.blender.org/demo/test/cycles_benchmark_20160228.zip, http://ftp.vim.org/ftp/pub/ftp/graphics/blender/demo/test/cycles_benchmark_20160228.zip, http://ftp.nl.freebsd.org/ftp/graphics/blender/demo/test/cycles_benchmark_20160228.zip</URL> <MD5>61dabc9cc92dec9549f73f7453d9a875</MD5> <SHA256>026e7499a7bd9e0d41fe4d43e611a145a62d8d5df4fe347a6a08c6f0e98cf0c6</SHA256> <FileName>cycles_benchmark_20160228.zip</FileName> <FileSize>530883683</FileSize> </Package> <Package> <URL>https://svn.blender.org/svnroot/bf-blender/tags/blender-2.92-release/lib/benchmarks/cycles/barbershop_interior/barbershop_interior_cpu.blend</URL> <MD5>2b1cb4c2f4f1813ab7a8d95dceabf48d</MD5> <SHA256>95972b56180462cac47ec82f3a755bd9111ec18ca37a6196a319c013db994130</SHA256> <FileName>barbershop_interior_cpu.blend</FileName> <FileSize>287574804</FileSize> <Optional>TRUE</Optional> </Package> <Package> <URL>https://svn.blender.org/svnroot/bf-blender/tags/blender-2.92-release/lib/benchmarks/cycles/barbershop_interior/barbershop_interior_gpu.blend</URL> <MD5>10e5a559064df9f1da9dd43bef3f4523</MD5> <SHA256>4a79ec95e7d96602ab16d475370f6b765a713a546edfa420dd53a4c25e464417</SHA256> <FileName>barbershop_interior_gpu.blend</FileName> <FileSize>287594564</FileSize> <Optional>TRUE</Optional> </Package> <Package> <URL>https://svn.blender.org/svnroot/bf-blender/tags/blender-4.1-release/lib/benchmarks/cycles/junkshop/junkshop.blend</URL> <MD5>413551c69e977f5af5c304df3524071a</MD5> <SHA256>197988106ac3232219cf62d2b26de9541a8326fde960abd0718e043049467afb</SHA256> <FileName>junkshop.blend</FileName> <FileSize>403887400</FileSize> <Optional>TRUE</Optional> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf blender-4.2.0-linux-x64.tar.xz unzip -o cycles_benchmark_20160228.zip mv benchmark/bmw27/*.blend ~ mv benchmark/classroom/*.blend ~ mv benchmark/fishy_cat/*.blend ~ mv benchmark/pabellon_barcelona/*.blend ~ rm -rf benchmark echo "#!/bin/bash cd blender-4.2.0-linux-x64 BLEND_ARGS=\$@ if [[ \$@ =~ .*CPU.* ]] then BLEND_ARGS=\${BLEND_ARGS/_gpu/_cpu} fi ./blender \$BLEND_ARGS > \$LOG_FILE 2> /dev/null echo \$? > ~/test-exit-status rm -f output.test" > blender chmod +x blender
install_macosx.sh
#!/bin/sh unzip -o cycles_benchmark_20160228.zip mv benchmark/bmw27/*.blend ~ mv benchmark/classroom/*.blend ~ mv benchmark/fishy_cat/*.blend ~ mv benchmark/pabellon_barcelona/*.blend ~ echo "#!/bin/bash [ ! -d /Volumes/Blender/ ] && hdid blender-4.2.0-macos-x64.dmg BLEND_ARGS=\$@ if [[ \$@ =~ .*CPU.* ]] then BLEND_ARGS=\${BLEND_ARGS/_gpu/_cpu} fi cd benchmark /Volumes/Blender/Blender.app/Contents/MacOS/Blender \$BLEND_ARGS > \$LOG_FILE rm -f output.test" > blender chmod +x blender
install_windows.sh
#!/bin/sh unzip -o blender-4.2.0-windows-x64.zip unzip -o cycles_benchmark_20160228.zip mv benchmark/bmw27/*.blend ~ mv benchmark/classroom/*.blend ~ mv benchmark/fishy_cat/*.blend ~ mv benchmark/pabellon_barcelona/*.blend ~ rm -rf benchmark echo "#!/bin/bash cd blender-4.2.0-windows-x64 BLEND_ARGS=\$@ if [[ \$@ =~ .*CPU.* ]] then BLEND_ARGS=\${BLEND_ARGS/_gpu/_cpu} fi export HOME=\"\$DEBUG_HOME\" export PATH=\$DEBUG_PATH ./blender.exe \$BLEND_ARGS > \$LOG_FILE rm -f output.test" > blender chmod +x blender
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <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 v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>Blender</Title> <AppVersion>4.2</AppVersion> <Description>Blender is an open-source 3D creation and modeling software project. This test is of Blender's Cycles performance with various sample files. GPU computing via NVIDIA OptiX and NVIDIA CUDA is currently supported as well as HIP for AMD Radeon GPUs and Intel oneAPI for Intel Graphics.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>4.2.0</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>1500</EnvironmentSize> <ProjectURL>https://www.blender.org/</ProjectURL> <RepositoryURL>https://git.blender.org/gitweb/gitweb.cgi/blender.git</RepositoryURL> <InternalTags>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> <Menu> <Entry> <Name>BMW27</Name> <Value>../bmw27_gpu.blend</Value> </Entry> <Entry> <Name>Classroom</Name> <Value>../classroom_gpu.blend</Value> </Entry> <Entry> <Name>Fishy Cat</Name> <Value>../fishy_cat_gpu.blend</Value> </Entry> <Entry> <Name>Pabellon Barcelona</Name> <Value>../pavillon_barcelone_gpu.blend</Value> </Entry> <Entry> <Name>Barbershop</Name> <Value>../barbershop_interior_gpu.blend</Value> </Entry> <Entry> <Name>Junkshop</Name> <Value>../junkshop.blend</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Compute</DisplayName> <Identifier>compute</Identifier> <ArgumentPrefix>-- --cycles-device </ArgumentPrefix> <Menu> <Entry> <Name>CPU-Only</Name> <Value>CPU</Value> </Entry> <Entry> <Name>NVIDIA CUDA</Name> <Value>CUDA</Value> </Entry> <Entry> <Name>NVIDIA OptiX</Name> <Value>OPTIX</Value> </Entry> <Entry> <Name>Radeon HIP</Name> <Value>HIP</Value> </Entry> <Entry> <Name>macOS Metal</Name> <Value>METAL</Value> </Entry> <Entry> <Name>Intel oneAPI</Name> <Value>ONEAPI</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>