Class: BenchmarkConsoleReporter
Implements
Constructors
new BenchmarkConsoleReporter()
new BenchmarkConsoleReporter():
BenchmarkConsoleReporter
Returns
Defined in
src/reporters/benchmark-console-reporter.ts:18
Properties
bar
bar:
SingleBar
Defined in
src/reporters/benchmark-console-reporter.ts:8
Methods
progress()
progress(
name
,percent
,context
):void
Parameters
• name: string
• percent: number
• context: ProgressContext
Returns
void
Implementation of
Defined in
src/reporters/benchmark-console-reporter.ts:20
report()
report(
benchmark
,results
):void
Parameters
• benchmark: Benchmark
• results: Result
[]
Returns
void