| 9674 | int Config::benchmarkSamples() const { return m_data.benchmarkSamples; } |
| 9675 | double Config::benchmarkConfidenceInterval() const { return m_data.benchmarkConfidenceInterval; } |
| 9676 | unsigned int Config::benchmarkResamples() const { return m_data.benchmarkResamples; } |
| 9677 | |
| 9678 | IStream const* Config::openStream() { |
| 9679 | return Catch::makeStream(m_data.outputFilename); |