Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
BENCHMARK(scanFlat) {
163
run([&] { benchmark->runFlat(); });
164
}
165
166
BENCHMARK(scanDecodedFlat) {
167
run([&] { benchmark->decodedRunFlat(); });
Callers
nothing calls this directly
Calls
10
runFlat
Method · 0.80
decodedRunFlat
Method · 0.80
decodedRunConstant
Method · 0.80
decodedRunDict
Method · 0.80
decodedRunDict5Nested
Method · 0.80
decodeFlat
Method · 0.80
decodeConstant
Method · 0.80
decodeDictionary
Method · 0.80
decodeDictionary5Nested
Method · 0.80
run
Function · 0.70
Tested by
no test coverage detected