Skip to content

Commit a2e8d74

Browse files
committed
Updated changelog and deps.
1 parent 94fbfac commit a2e8d74

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
## 0.2.0
22
Breaking 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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ environment:
2222
sdk: '^3.0.0'
2323

2424
dependencies:
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

0 commit comments

Comments
 (0)