-
Relax CHECK condition in benchmark_runner.cc (#938) · c0783374Paweł Bylica authored
* Add State::error_occurred() * Relax CHECK condition in benchmark_runner.cc If the benchmark state contains an error, do not expect any iterations has been run. This allows using SkipWithError() and return early from the benchmark function. * README.md: document new possible usage of SkipWithError()
×