JuliaCI / BenchmarkTools.jl

A benchmarking framework for the Julia language
Other
608 stars 99 forks source link

Should hardcoded version number be updated? #348

Closed Zentrik closed 9 months ago

Zentrik commented 9 months ago

https://github.com/JuliaCI/BenchmarkTools.jl/blob/255854d004b55410f711bc07f8488ebf4597ad54/src/BenchmarkTools.jl#L12 This is used when saving benchmark results, const BENCHMARKTOOLS_VERSION = pkgversion(BenchmarkTools) seems to work for Julia 1.9 and newer.