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

Function BENCHMARK

bolt/benchmarks/basic/DecodedVector.cpp:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162BENCHMARK(scanFlat) {
163 run([&] { benchmark->runFlat(); });
164}
165
166BENCHMARK(scanDecodedFlat) {
167 run([&] { benchmark->decodedRunFlat(); });

Callers

nothing calls this directly

Calls 10

runFlatMethod · 0.80
decodedRunFlatMethod · 0.80
decodedRunConstantMethod · 0.80
decodedRunDictMethod · 0.80
decodedRunDict5NestedMethod · 0.80
decodeFlatMethod · 0.80
decodeConstantMethod · 0.80
decodeDictionaryMethod · 0.80
runFunction · 0.70

Tested by

no test coverage detected