We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8b7f2 commit 6562022Copy full SHA for 6562022
src/execution.jl
@@ -153,7 +153,7 @@ end
153
# 1. Using `lineartrial`, take one sample of the benchmark for each `evals` in `1:RESOLUTION`.
154
#
155
# 2. Extract the minimum sample found in this trial. Hopefully, this value will be
156
-# reasonably close to the the true benchmark time. At the very least, we can be certain
+# reasonably close to the true benchmark time. At the very least, we can be certain
157
# that the minimum sample overcomes discretization noise, assuming a sufficient time
158
# budget for the trial (which technically should never need to be more than a couple of
159
# seconds if `RESOLUTION` ∼ 1μs).
0 commit comments