Skip to content

Commit 6dafb46

Browse files
committed
update verbose kwarg in warmup doc
1 parent 42e6e66 commit 6dafb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Run the specified benchmark(s), returning a `Trial` or a `BenchmarkGroup` with `
205205

206206
Tune the `evals` parameter (evaluations per sample) of the specified benchmark(s). Valid `kwargs` match those of `run`. Relevant manual documentation can be found [here](manual.md#defining-and-executing-benchmarks).
207207

208-
##### `warmup(x::Union{Benchmark, BenchmarkGroup} [, verbose = true])`
208+
##### `warmup(x::Union{Benchmark, BenchmarkGroup}; verbose = true)`
209209

210210
Run a single evaluation of `x`. This can be useful if you think JIT overhead is being incorporated into your results (which is rarely the case, unless very few samples are taken).
211211

0 commit comments

Comments
 (0)