You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From reading the extra::test::auto_bench() code, there's no handling in here for when one iteration takes >1ms to run. If I understand this correctly, that will cause the code to decide to run for 0 iterations, and it will then proceed to try and run the 0-iteration benchmarks over and over until it hits the 3 second timeout and bails.
The text was updated successfully, but these errors were encountered:
This makes sure we always run benchmarks even if they are predicted to
take a long time, so that we have some non-zero time to display
(although the error bars may be huge for particularly slow benchmarks).
Fixes#9532.
From reading the
extra::test::auto_bench()
code, there's no handling in here for when one iteration takes >1ms to run. If I understand this correctly, that will cause the code to decide to run for 0 iterations, and it will then proceed to try and run the 0-iteration benchmarks over and over until it hits the 3 second timeout and bails.The text was updated successfully, but these errors were encountered: