The ID of the BenchmarkRun.
User defined metadata to attach to the benchmark run for organization.
The time the benchmark run execution started (Unix timestamp milliseconds).
The state of the BenchmarkRun.
Optionalbenchmark_The ID of the Benchmark definition. Present if run was created from a benchmark definition.
Optionalduration_The duration for the BenchmarkRun to complete.
Optionalenvironment_Environment variables used to run the benchmark.
OptionalnameThe name of the BenchmarkRun.
OptionalpurposePurpose of the run.
OptionalscoreThe final score across the BenchmarkRun, present once completed. Calculated as sum of scenario scores / number of scenario runs.
Optionalsecrets_User secrets used to run the benchmark. Example: {"DB_PASS": "DATABASE_PASSWORD"} would set the environment variable 'DB_PASS' on all scenario devboxes to the value of the secret 'DATABASE_PASSWORD'.
A BenchmarkRunView represents a run of a complete set of Scenarios, organized under a Benchmark or created by a BenchmarkJob.