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

Function main

bolt/serializers/tests/SerializerBenchmark.cpp:165–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163};
164
165int main(int argc, char** argv) {
166 // todo: use folly::Init init after upgrade folly lib
167 folly::init(&argc, &argv);
168 memory::initializeMemoryManager({});
169 serializer::presto::PrestoVectorSerde::registerVectorSerde();
170 SerializerBenchmark bm;
171 bm.setup();
172 bm.timeFlat();
173}

Callers

nothing calls this directly

Calls 4

initializeMemoryManagerFunction · 0.85
registerVectorSerdeFunction · 0.85
timeFlatMethod · 0.80
setupMethod · 0.45

Tested by

no test coverage detected