Skip to content

Commit

Permalink
rm duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 21, 2017
1 parent 4ce6f49 commit 282a541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/execution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ function generate_benchmark_definition(eval_module, out_vars, setup_vars,
return_val = s[end]
iters = 2
while (time() - start_time) < params.seconds && iters params.samples
params.gcsample && BenchmarkTools.gcscrub()
params.gcsample && BenchmarkTools.gcscrub()
push!(trial, $(samplefunc)(params)[1:end-1]...)
iters += 1
Expand Down

0 comments on commit 282a541

Please sign in to comment.