Now --fail-threshold fails not after the individual bench, but after the whole suite. I believe this is reasonable default, because this option is intended to be used inside CI environment.
For backward compatibility --fail-fast option added which stop benchmarking after individual benchmark.
Now
--fail-threshold
fails not after the individual bench, but after the whole suite. I believe this is reasonable default, because this option is intended to be used inside CI environment.For backward compatibility
--fail-fast
option added which stop benchmarking after individual benchmark.