Skip to content

Commit d97d6e4

Browse files
committed
tiny tweaks to readme
1 parent eb1737b commit d97d6e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/benchmark_harness/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
4848
dependencies:
4949
benchmark_harness: any
5050
```
5151
52-
2\. Install pub packages
52+
2. Install pub packages
5353
5454
```sh
5555
dart pub install
5656
```
5757

58-
3\. Add the following import:
58+
3. Add the following import:
5959

6060
```dart
6161
import '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

114114
This is the average amount of time it takes to run `run()` 10 times for

0 commit comments

Comments
 (0)