Interface BenchmarkUserOptions
Properties
Optional exclude
exclude?: string[]
Optional include
include?: string[]
Optional includeSource
includeSource?: string[]
Optional outputFile
outputFile?: string | Partial<Record<"default" | "json" | "verbose", string>> & Record<string, string> Optional reporters
reporters?: Arrayable<"default" | "json" | "verbose" | Reporter>
Exclude globs for benchmark test files