touchstone.touchstonerun.benchmarkoptions
Home > @pebula/touchstone > TouchStoneRun > benchmarkOptions
TouchStoneRun.benchmarkOptions property
The default benchmark options for the entire run.
## Options resolution process:
For each Case select the options by merging the following objects (first one wins):
- Use options defined on the Case - Use options defined on the Suite - Use options defined for the entire run (WE ARE HERE) - Use the default options defined by the library (static)
Signature:
benchmarkOptions?: BenchmarkOptions;