| 9922 | int Config::benchmarkSamples() const { return m_data.benchmarkSamples; } |
| 9923 | double Config::benchmarkConfidenceInterval() const { return m_data.benchmarkConfidenceInterval; } |
| 9924 | unsigned int Config::benchmarkResamples() const { return m_data.benchmarkResamples; } |
| 9925 | |
| 9926 | IStream const* Config::openStream() { |
| 9927 | return Catch::makeStream(m_data.outputFilename); |