LilithHafner / Chairmarks.jl

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

Make the "no warmup" test less flaky #116

Closed LilithHafner closed 2 weeks ago

LilithHafner commented 2 weeks ago

Instead of using the elapsed time to make sure the function is run only once, track the number of function evaluations with side effects. Also clarify a comment.

LilithHafner commented 2 weeks ago

Oops! Auto-merge merged before the optional tests ran.