criterion icon indicating copy to clipboard operation
criterion copied to clipboard

Add runBenchmarkWith, general benchmark runner

Open phadej opened this issue 3 years ago • 2 comments

Refactor runBenchmark to use it. Resolves #254


I opted out to generating some data-type with configuration etc. The logic is just easier to write as code directly.

phadej avatar Jan 12 '22 16:01 phadej

I'll add semigroups compat if this is otherwise ok, or when I make tweaks.

phadej avatar Jan 12 '22 17:01 phadej

I changed the type of function. It fits better the usage where some analysis is done already on each step (in ~bayesian style), so you won't end doing it twice on the last sample (and without access to the state).

phadej avatar Jan 13 '22 09:01 phadej

I don't need this functionality anymore.

phadej avatar Dec 10 '22 00:12 phadej