File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11## 0.2.0
22Breaking changes:
3- - Command ` benchmark_runner ` now has subcommands ` report ` and ` export ` .
4- - The command option ` isMonochrome ` has been replace with ` --no-color ` .
3+ - The command ` benchmark_runner ` now has subcommands ` report ` and ` export ` .
54- The functions ` benchmark ` and ` asyncBenchmark ` are now generic and
6- accept an optional parameter ` E extents ColorPrintEmitter emitter `
7- and the callback ` report(instance, emitter){} ` that can be used to
8- pass benchmark scores to the emitter.
5+ accept the optional parameters:
6+ * ` E extents ColorPrintEmitter emitter ` ,
7+ * ` report(instance, emitter){} ` , where ` instance ` is an instance of
8+ ` Benchmark ` or ` AsyncBenchmark ` , respectively.
9+ The callback can be can be used to pass benchmark scores to the emitter.
910
1011## 0.1.9
1112- Changed default encoding of standard output of benchmark processes
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ environment:
2222 sdk : ' ^3.0.0'
2323
2424dependencies :
25- ansi_modifier : ^0.1.3
25+ ansi_modifier : ^0.1.4
2626 args : ^2.5.0
2727 benchmark_harness : ^2.2.2
2828 exception_templates : ^0.3.1
You can’t perform that action at this time.
0 commit comments