MCPcopy Create free account
hub / github.com/apache/trafficserver / benchmarkWarmupTime

Method benchmarkWarmupTime

lib/catch2/catch.hpp:10019–10019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10017 double Config::benchmarkConfidenceInterval() const { return m_data.benchmarkConfidenceInterval; }
10018 unsigned int Config::benchmarkResamples() const { return m_data.benchmarkResamples; }
10019 std::chrono::milliseconds Config::benchmarkWarmupTime() const { return std::chrono::milliseconds(m_data.benchmarkWarmupTime); }
10020
10021 IStream const* Config::openStream() {
10022 return Catch::makeStream(m_data.outputFilename);

Callers 1

prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected