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
Maxon Cinebench 1.2.0
pts/cinebench-1.2.0
- 12 November 2020 -
Update against new Cinebench R23.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://installer.maxon.net/cinebench/CinebenchR23.zip</URL> <MD5>ab936936b97c7b54a05fda185f846bf8</MD5> <SHA256>fff6d34b8f696de64a534fc9f0788ec1e9f1bda880a88aed92df8b96d1797c42</SHA256> <FileName>CinebenchR23.zip</FileName> <FileSize>261956799</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://installer.maxon.net/cinebench/CinebenchR23.dmg</URL> <MD5>2060548d3d5e7deab94280acb437ee1b</MD5> <SHA256>c8826647af0c7c8cc9bfa2533b254a37deb9852caeea1a47cbacec5e577cdda9</SHA256> <FileName>CinebenchR23.dmg</FileName> <FileSize>292082055</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install_macosx.sh
#!/bin/sh echo "#!/bin/bash [ ! -d \"/Volumes/MAXON\ Cinebench\" ] && hdid CinebenchR23.dmg /Volumes/MAXON\ Cinebench/Cinebench.app/Contents/MacOS/Cinebench g_acceptDisclaimer=true \$@ > \$LOG_FILE" > ~/cinebench
install_windows.sh
#!/bin/sh mkdir CinebenchR23 cd CinebenchR23 unzip -o ../CinebenchR23.zip echo "#!/bin/sh cd \"CinebenchR23\" cmd /c Cinebench.exe g_acceptDisclaimer=true \$@ > \$LOG_FILE" > ~/cinebench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>CB #_RESULT_# (0.00)</OutputTemplate> <LineHint>CB </LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.1--> <PhoronixTestSuite> <TestInformation> <Title>Maxon Cinebench</Title> <AppVersion>23</AppVersion> <Description>This is a test profile to run MAXON Cinebench on Windows.</Description> <ResultScale>Score</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Windows, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>522</EnvironmentSize> <ProjectURL>http://www.maxon.net/en/products/cinebench/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Single-Core</Name> <Value>g_CinebenchCpu1Test=true</Value> </Entry> <Entry> <Name>Multi-Core</Name> <Value>g_CinebenchCpuXTest=true</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>