Skip to content

Commit 610ef86

Browse files
committed
Update benchmark-interface README.md and fix typos
1 parent 91b20e2 commit 610ef86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bench/benchmark-interface/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Supported backends are:
160160
#### Simple looping
161161

162162
Simple looping does the simplest thing possible and runs your benchmark in a
163-
loop printing the iterations per second as it goes. By default it runs for
163+
loop printing the iterations per second as it goes. By default, it runs for
164164
10s, printing the time every second, but you can use options like `--time 60`
165165
to run for 60 seconds, and `--freq 0.1` to print ten times a second.
166166

@@ -170,7 +170,7 @@ and the elapsed time since the benchmark started with the `--elapsed` flag.
170170
#### `bm` and `bmbm`
171171

172172
`bm` and `bmbm` only run your benchmark once when timing, which isn't what
173-
benchmarks written for `benchmark-ips` expect. Therefore if a benchmark takes
173+
benchmarks written for `benchmark-ips` expect. Therefore, if a benchmark takes
174174
less than a tenth of a second it is run several times so that it takes about a
175175
second. The number of iterations is the same for all benchmarks in the same set
176176
and is printed as the set starts.

0 commit comments

Comments
 (0)