Interface: BenchmarkReporter
Properties
progress()?
optional
progress: (name
,progress
,context
) =>void
Parameters
• name: string
• progress: number
• context: ProgressContext
Returns
void
Defined in
report()
report: (
benchmark
,results
) =>void
Parameters
• benchmark: Benchmark
• results: Result
[]
Returns
void