Skip to content

Commit

Permalink
Fixing small typo (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Oct 9, 2020
1 parent 5f8b7f2 commit 6562022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution.jl
Expand Up @@ -153,7 +153,7 @@ end
# 1. Using `lineartrial`, take one sample of the benchmark for each `evals` in `1:RESOLUTION`.
#
# 2. Extract the minimum sample found in this trial. Hopefully, this value will be
# 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
# that the minimum sample overcomes discretization noise, assuming a sufficient time
# budget for the trial (which technically should never need to be more than a couple of
# seconds if `RESOLUTION` ∼ 1μs).
Expand Down

0 comments on commit 6562022

Please sign in to comment.