Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TouchStoneRun

Hierarchy

  • TouchStoneRun

Index

Properties

Optional benchmarkOptions

benchmarkOptions: BenchmarkOptions

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)

Optional cases

cases: string | string[] | RegExp | RegExp[] | ((name: string, suiteName: string) => boolean)

Optional suites

suites: string | string[] | RegExp | RegExp[] | ((name: string) => boolean)

Generated using TypeDoc