Skip to content

Commit 478a79b

Browse files
committed
Remove "exactly"
1 parent 48ae0fe commit 478a79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The Chairmarks.jl package provides convenient syntax to do just that.
5858
### Chairmarks
5959

6060
[Chairmarks.jl](https://github.com/LilithHafner/Chairmarks.jl) is the latest and greatest benchmarking suite used to make fast and accurate timing measurements.
61-
Chairmarks offers `@b` (for "benchmark") which can be used in exactly the same way as `@time` but will run the code multiple times and provide a minimum execution time.
61+
Chairmarks offers `@b` (for "benchmark") which can be used in the same way as `@time` but will run the code multiple times and provide a minimum execution time.
6262
Alternatively, Chairmarks also provides `@be` to run the benchmark and output all of its statistics.
6363

6464
```>chairmarks-example

0 commit comments

Comments
 (0)