MCPcopy Create free account
hub / github.com/bytedance/bolt / combineResults

Function combineResults

bolt/exec/benchmarks/HashTableBenchmark.cpp:623–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621 using F14TestTable = folly::F14FastSet<
622 uint64_t*,
623 F14TestHasher,
624 F14TestComparer,
625 memory::StlAllocator<uint64_t*>>;
626 std::unique_ptr<F14TestTable> f14Table_;
627};
628
629void combineResults(
630 std::vector<HashTableBenchmarkRun>& results,
631 HashTableBenchmarkRun run) {
632 if (!results.empty() && results.back().params.title == run.params.title) {
633 return;

Callers 1

mainFunction · 0.85

Calls 3

backMethod · 0.80
emptyMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected