Closed vanvoorden closed 7 months ago
Hi,
That is indeed the intended approach - usually even if you want to run N iterations you probably want to timeout at some point especially for eg. CI - but we haven't added any convenience wrapper to duration for that (yet)
@hassila Thanks!
Hi! I'm running some benchmarks that I want to guarantee to run for
n
iterations without timing out. I'm trying this:This seems to work… but is there any alternative API for me to use for that? Something like
minIterations
or aDISTANT_FUTURE
flag that can be passed for a duration?