Skip to main content

touchstone.casemetadataargs.benchmarkoptions

Home > @pebula/touchstone > CaseMetadataArgs > benchmarkOptions

CaseMetadataArgs.benchmarkOptions property

The default benchmark options for the Case.

## Options resolution process:

For each Case select the options by merging the following objects (first one wins):

  • Use options defined on the Case (WE ARE HERE) - Use options defined on the Suite - Use options defined for the entire run - Use the default options defined by the library (static)

Signature:

benchmarkOptions?: BenchmarkOptions;