From 282a541de687f5a1a9cd598bf7cb5c7d83cfcb45 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Sat, 21 Jan 2017 13:42:59 -0500 Subject: [PATCH] rm duplication --- src/execution.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/execution.jl b/src/execution.jl index df35958a..383aef97 100644 --- a/src/execution.jl +++ b/src/execution.jl @@ -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