JuliaCI / BenchmarkTools.jl

A benchmarking framework for the Julia language
Other
604 stars 97 forks source link

Allow loading saved benchmark results from version <= 1.3.2 #351

Closed Zentrik closed 5 months ago

Zentrik commented 6 months ago

After evals_set was added to the Parameters struct, it no longer was possible to load old files. Given the simplicity of the fix seems worthwhile.

I set the default to false, as that seems to replicate the behaviour of BenchmarkTools before this field was added.