Skip to main content

touchstone.suitemetadataargs.benchmarkoptions

Home > @pebula/touchstone > SuiteMetadataArgs > benchmarkOptions

SuiteMetadataArgs.benchmarkOptions property

The default benchmark options for the entire Suite.

## 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 (WE ARE HERE) - Use options defined for the entire run - Use the default options defined by the library (static)

Signature:

benchmarkOptions?: BenchmarkOptions;