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

Method benchmarkSamples

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

Source from the content-addressed store, hash-verified

10014
10015 bool Config::benchmarkNoAnalysis() const { return m_data.benchmarkNoAnalysis; }
10016 int Config::benchmarkSamples() const { return m_data.benchmarkSamples; }
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); }

Callers 3

runMethod · 0.80
prepareMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected