mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-04-24 03:01:09 -04:00
- changes to how 3d mark harness handles errors and adds main function - renaming ambiguous file names - ordering imports
EVOLVE
Runs the EVOLVE benchmark scene and reads all the produced scores.
Prerequisites
- Python 3.10+
- EVOLVE Advanced, Professional or Enterprise edition installed in default location.
Options
--rendererSpecifies the type of renderer to run with--typeSpecifies the method for hardware-accelerated ray-tracing or general rendering to use--presetSpecifies the graphic preset for the benchmark
Output
Note: Some scores will be zero, depending on the selected renderer, tracing type and capabilities of the hardware.
report-raytracing-score.json
test: The name of the selected rendering options and score specificationscore: EVOLVE's GPU Raytracing scorestart_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
report-rasterization-score.json
test: The name of the selected rendering options and score specificationscore: EVOLVE's GPU Rasterization scorestart_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
report-acceleration-structure-build-score.json
test: The name of the selected rendering options and score specificationscore: EVOLVE's GPU Acceleration Structure Build scorestart_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
report-workgraph-score.json
test: The name of the selected rendering options and score specificationscore: EVOLVE's GPU Workgraph scorestart_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
report-compute-score.json
test: The name of the selected rendering options and score specificationscore: EVOLVE's GPU Compute scorestart_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
report-driver-score.json
test: The name of the selected rendering options and score specificationscore: EVOLVE's Driver scorestart_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
report-energy-score.json
test: The name of the selected rendering options and score specificationscore: EVOLVE's Energy scorestart_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