It can be beneficial to specify an infinite list as benchmarks. Use cases include
- Adaptatively run benchmarks for X seconds
- Sequentially run benchmarks for X seconds, each benchmark run for Y seconds.
This issue is to discuss what a reasonable syntax for supporting this is, in the construct of Bleachermark and possibly elsewhere.
A related discussion is whether to (attempt to) protect the user from combining this with benchmarking strategies in a non-sensical way (e.g. interleaved benchmarking on an infinite list makes no sense).
It can be beneficial to specify an infinite list as benchmarks. Use cases include
This issue is to discuss what a reasonable syntax for supporting this is, in the construct of
Bleachermarkand possibly elsewhere.A related discussion is whether to (attempt to) protect the user from combining this with benchmarking strategies in a non-sensical way (e.g. interleaved benchmarking on an infinite list makes no sense).