Skip to content

Commit e058ff2

Browse files
authored
Document judge argument order more explicitly (#204)
This is the single most important point when interpreting results, and I always forget what order is used.
1 parent 598075e commit e058ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ BenchmarkTools.TrialRatio:
465465
allocs: 1.0
466466
```
467467

468-
Use the `judge` function to decide if one estimate represents a regression versus another estimate:
468+
Use the `judge` function to decide if the estimate passed as first argument represents a regression versus the second estimate:
469469

470470
```julia
471471
julia> m1 = median(@benchmark eig(rand(10, 10)))

0 commit comments

Comments
 (0)