LilithHafner / Chairmarks.jl

Benchmarks with back support
GNU General Public License v3.0
81 stars 8 forks source link

Respect evals even when samples=0 #94

Closed LilithHafner closed 6 months ago

LilithHafner commented 6 months ago

Fixes broken test

LilithHafner commented 6 months ago

This ~is~ was a breaking change because samples=0 is documented:

• samples::Integer Maximum number of samples to take. Defaults to unlimited and cannot be specified without also specifying evals. Specifying samples = 0 will cause @be to run the warmup sample only and return that sample.