Skip to content

Commit 30712b7

Browse files
committed
tiny tweak
1 parent d97d6e4 commit 30712b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/benchmark_harness/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ void main() {
108108
### Output
109109

110110
```console
111-
Template(RunTime): 0.1568472448997197 µs.
111+
Template(RunTime): 0.1568472448997197 us.
112112
```
113113

114114
This is the average amount of time it takes to run `run()` 10 times for
115115
`BenchmarkBase` and once for `AsyncBenchmarkBase`.
116-
> µs is an abbreviation for microseconds.
116+
> `us` is an abbreviation for microseconds.
117117
118118
## `bench` command
119119

0 commit comments

Comments
 (0)