mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-06 20:53:52 -05:00
Cinebench 2024
Runs a single test of Cinebench 2024 and reads the score result from the output.
Prerequisites
- Python 3.10+
- Download Cinebench 2024 x86_64
- Extract the Cinebench files to
C:\Cinebench2024. The path to the exe should beC:\Cinebench2024\Cinebench.exe - Run Cinebench once manually to accept the EULA; Close Cinebench once EULA has been accepted.
Options
-tor--test: Specifies the Cinebench test to run. Can be one of three options:cpu-single-core,cpu-multi-coreorgpu. Any other value will throw an error.
Output
report.json
test: The name of the selected testscore: The score as output by Cinebenchstart_time: number representing a timestamp of the test's start time in millisecondsend_time: number representing a timestamp of the test's end time in milliseconds