Commits


Paweł Bylica authored and GitHub committed c0783374940
Relax CHECK condition in benchmark_runner.cc (#938) * 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()