| 12878 | m_reporter->benchmarkStarting( info ); |
| 12879 | } |
| 12880 | void RunContext::benchmarkEnded( BenchmarkStats<> const& stats ) { |
| 12881 | m_reporter->benchmarkEnded( stats ); |
| 12882 | } |
| 12883 | void RunContext::benchmarkFailed(std::string const & error) { |
| 12884 | m_reporter->benchmarkFailed(error); |
| 12885 | } |
no test coverage detected