bazhenov / tango

Rust microbenchmarking harness based on paired-testing methodology
MIT License
72 stars 1 forks source link

Fail fast option added #15

Closed bazhenov closed 9 months ago

bazhenov commented 9 months ago

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.