| 12661 | |
| 12662 | #if defined(CATCH_CONFIG_ENABLE_BENCHMARKING) |
| 12663 | void RunContext::benchmarkPreparing(std::string const& name) { |
| 12664 | m_reporter->benchmarkPreparing(name); |
| 12665 | } |
| 12666 | void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { |
| 12667 | m_reporter->benchmarkStarting( info ); |
| 12668 | } |
no test coverage detected