Skip to content

Commit

Permalink
Merge d2c115a into 3c4169d
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Dec 1, 2017
2 parents 3c4169d + d2c115a commit e43ee37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runbenchmark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ end

function _tune!(b::BenchmarkTools.Benchmark, p::BenchmarkTools.Parameters = b.params;
prog = nothing, verbose::Bool = false, pad = "", hierarchy = [], kwargs...)
BenchmarkTools.warmup(b, false)
BenchmarkTools.warmup(b, verbose=false)
estimate = ceil(Int, minimum(BenchmarkTools.lineartrial(b, p; kwargs...)))
b.params.evals = BenchmarkTools.guessevals(estimate)
if prog != nothing
Expand Down Expand Up @@ -259,4 +259,4 @@ writeresults(file::String, results) = save(File(format"JLD", file), "results", r
Reads the [`BenchmarkResults`](@ref) stored in `file` (given as a path).
"""
readresults(file) = load(File(format"JLD", file))["results"]
readresults(file) = load(File(format"JLD", file))["results"]

0 comments on commit e43ee37

Please sign in to comment.