Skip to content

Commit

Permalink
Update runbenchmarks.jl - force retune
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Jul 15, 2024
1 parent 7edb28e commit 4b7929e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions benchmark/runbenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ benchmarkpkg(
"JULIA_NUM_THREADS" => "2",
"OMP_NUM_THREADS" => "2"
),
),
resultfile = joinpath(@__DIR__, "result.json")
);
resultfile = joinpath(@__DIR__, "result.json"),
retune = true
)

0 comments on commit 4b7929e

Please sign in to comment.