Skip to content

Commit 6562022

Browse files
authored
Fixing small typo (#178)
1 parent 5f8b7f2 commit 6562022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ end
153153
# 1. Using `lineartrial`, take one sample of the benchmark for each `evals` in `1:RESOLUTION`.
154154
#
155155
# 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
156+
# reasonably close to the true benchmark time. At the very least, we can be certain
157157
# that the minimum sample overcomes discretization noise, assuming a sufficient time
158158
# budget for the trial (which technically should never need to be more than a couple of
159159
# seconds if `RESOLUTION` ∼ 1μs).

0 commit comments

Comments
 (0)