JuliaCI / BenchmarkTools.jl

A benchmarking framework for the Julia language
Other
617 stars 100 forks source link

Make @benchmarkset work with for loop #284

Closed skleinbo closed 1 year ago

skleinbo commented 2 years ago

Closes https://github.com/JuliaCI/BenchmarkTools.jl/issues/221

Fixes a bug where every iteration of the for loop would overwrite the previous benchmark case.

Test.

skleinbo commented 1 year ago

bump :) Could this get a review please?