Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
willow-ahrens committed Jan 4, 2024
1 parent f796677 commit a37cfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function _run(b::Benchmark, p::Parameters; verbose=false, pad="", kwargs...)
params.gctrial && gcscrub()
start_time = Base.time()
trial = Trial(params)
b.samplefunc(b.quote_vals, Parameters(params, evals=1)) #warmup sample
b.samplefunc(b.quote_vals, Parameters(params; evals=1)) #warmup sample
params.gcsample && gcscrub()
s = b.samplefunc(b.quote_vals, params)
push!(trial, s[1:(end - 1)]...)
Expand Down

0 comments on commit a37cfd8

Please sign in to comment.