| 12879 | |
| 12880 | #if defined(CATCH_CONFIG_ENABLE_BENCHMARKING) |
| 12881 | void RunContext::benchmarkPreparing(std::string const& name) { |
| 12882 | m_reporter->benchmarkPreparing(name); |
| 12883 | } |
| 12884 | void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { |
| 12885 | m_reporter->benchmarkStarting( info ); |
| 12886 | } |
no test coverage detected