JuliaCI / BenchmarkTools.jl

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

Don't tune manually set evals parameter #318

Closed gdalle closed 1 year ago

gdalle commented 1 year ago

This PR add a boolean evals_set field to benchmark parameters for manually set evals. If evals_set = true, tuning does nothing.

Fixes #24 and related issues

gdalle commented 1 year ago

(But I'm not a maintainer.)

I'm a maintainer but I have only been one for a few days :rofl:

filchristou commented 12 months ago

@gdalle @vchuravy is there anything specific keeping a release that will contain this PR ? Navigating through the source code in github, it was confusing that evals_set wasn't available in the release.

gdalle commented 12 months ago

feel free to weigh in here https://github.com/JuliaCI/BenchmarkTools.jl/issues/344