Skip to content

Commit

Permalink
Get rid of tuning (is only evaluating once anyway)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf committed Jun 27, 2024
1 parent c4d6588 commit 1340a38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bench/runbenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ end

include("setup.jl")
setup_benchmarks(SUITE, BENCHMARK_GROUP, BENCHMARK_CPU_THREADS)
BenchmarkTools.tune!(SUITE; verbose=true)
results = BenchmarkTools.run(SUITE; verbose=true)
filepath = joinpath(dirname(@__FILE__), "results")
mkpath(filepath)
Expand Down

0 comments on commit 1340a38

Please sign in to comment.