File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,26 +42,26 @@ In other words, don't compare apples with oranges.
4242
4343## Getting Started
4444
45- 1\ . Add the following to your project's ** pubspec.yaml**
45+ 1 . Add the following to your project's ** pubspec.yaml**
4646
4747``` yaml
4848dependencies :
4949 benchmark_harness : any
5050` ` `
5151
52- 2\ . Install pub packages
52+ 2. Install pub packages
5353
5454` ` ` sh
5555dart pub install
5656```
5757
58- 3\ . Add the following import:
58+ 3 . Add the following import:
5959
6060``` dart
6161import 'package:benchmark_harness/benchmark_harness.dart';
6262```
6363
64- 4\ . Create a benchmark class which inherits from ` BenchmarkBase ` or
64+ 4 . Create a benchmark class which inherits from ` BenchmarkBase ` or
6565 ` AsyncBenchmarkBase ` .
6666
6767## Example
@@ -108,7 +108,7 @@ void main() {
108108### Output
109109
110110``` console
111- Template(RunTime): 0.1568472448997197 us .
111+ Template(RunTime): 0.1568472448997197 µs .
112112```
113113
114114This is the average amount of time it takes to run ` run() ` 10 times for
You can’t perform that action at this time.
0 commit comments