Make benchmark inputs deterministic #13535
Labels
C-benchmark
A change that impacts how or what we benchmark
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
there are a few benchmarks that use default proptest to generate their inputs, however this is not ideal because the randomness creates a lot of noise on codspeed
these should be changed to use the deterministic proptest runner (TestRunner::deterministic()) or rng (TestRng::deterministic_rng) when creating inputs
you can find all occurences by searching for "proptest" under benches/ paths
Additional context
No response
The text was updated successfully, but these errors were encountered: