Files
markbench-tests/cinebench_2024
derek-hirotsu 429c8f7deb GravityMark harness (#77)
* add readme and manifest yaml

* initial harness

* update scripts

* update manifest

* test disable duplicate code

* add comma

* read score from log file
2023-11-10 10:46:21 -08:00
..
2023-11-07 16:24:40 -08:00
2023-11-10 10:46:21 -08:00
2023-11-07 16:24:40 -08:00
2023-11-07 16:24:40 -08: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 be C:\Cinebench2024\Cinebench.exe
  • Run Cinebench once manually to accept the EULA; Close Cinebench once EULA has been accepted.

Options

  • -t or --test: Specifies the Cinebench test to run. Can be one of three options: cpu-single-core, cpu-multi-core or gpu. Any other value will throw an error.

Output

report.json

  • test: The name of the selected test
  • score: The score as output by Cinebench
  • start_time: number representing a timestamp of the test's start time in milliseconds
  • end_time: number representing a timestamp of the test's end time in milliseconds