MCPcopy Create free account
hub / github.com/Abc-Arbitrage/Disruptor-cpp / tryGetThroughputTest

Method tryGetThroughputTest

Disruptor.PerfTests/TestRepository.cpp:103–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 bool TestRepository::tryGetThroughputTest(const std::string& testName, ThroughputTestInfo& testInfo) const
104 {
105 auto it = m_throughputTestInfosByName.find(boost::algorithm::to_lower_copy(testName));
106 if (it == m_throughputTestInfosByName.end())
107 return false;
108
109 testInfo = it->second;
110 return true;
111 }
112
113 std::vector< LatencyTestInfo > TestRepository::allLatencyTests() const
114 {

Callers 1

runOneTestFunction · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected