Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit 9e8465e

Browse files
authored
Update README.md
1 parent ecf403c commit 9e8465e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This means one should not call `using` on both BenchmarkPlots and BenchmarkTools
99

1010
However, BenchmarkPlots re-exports all the export of BenchmarkTools, so you can simply call `using BenchmarkPlots`.
1111

12-
Providing this functionality BenchmarkTools itself was discussed in <https://github.com/JuliaCI/BenchmarkTools.jl/pull/180>.
12+
Providing this functionality in BenchmarkTools itself was discussed in <https://github.com/JuliaCI/BenchmarkTools.jl/pull/180>.
1313

1414
## Example
1515

@@ -58,3 +58,5 @@ samples: 2379; evals/sample: 1000; memory estimate: 0 bytes; allocs estimate: 0
5858
Counts
5959
min: 1.917 ns (0.00% GC); mean: 2.040 μs (0.00% GC); median: 2.257 μs (0.00% GC); max: 3.552 μs (0.00% GC).
6060
```
61+
62+
See also <https://tratt.net/laurie/blog/entries/minimum_times_tend_to_mislead_when_benchmarking.html> for another example of where looking at the whole histogram can be useful in benchmarking.

0 commit comments

Comments
 (0)