touchstone.casemetadataargs
Home > @pebula/touchstone > CaseMetadataArgs
CaseMetadataArgs interface
Signature:
export interface CaseMetadataArgs
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(Optional) The default benchmark options for the ## Options resolution process: For each
| |||
string | (Optional) The name of the performance test. This is not mandatory, if not set the method name is used. | ||
Array<Required<Omit<CaseMetadataArgs, 'variants'>>> | (Optional) A list of variants that will run in the suite, each as a separate case. I.E. run the same method as a new case but with a different benchmark configuration set. > Note that each variant must have a unique name across the entire suite and must not match the original name or any other variant name for this method and other methods within the Suite. > Note that filters apply on each variant like it will on any regular case. |