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

Function main

bolt/exec/tests/SpillerJoinInputBenchmarkTest.cpp:37–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35using namespace bytedance::bolt;
36
37int main(int argc, char* argv[]) {
38 gflags::ParseCommandLineFlags(&argc, &argv, true);
39 memory::MemoryManager::initialize(memory::MemoryManager::Options{});
40 serializer::presto::PrestoVectorSerde::registerVectorSerde();
41 filesystems::registerLocalFileSystem();
42 auto test = std::make_unique<exec::test::JoinSpillInputBenchmarkBase>();
43 test->setUp();
44 test->run();
45 test->printStats();
46 test->cleanup();
47 return 0;
48}

Callers

nothing calls this directly

Calls 6

registerVectorSerdeFunction · 0.85
registerLocalFileSystemFunction · 0.85
setUpMethod · 0.45
runMethod · 0.45
printStatsMethod · 0.45
cleanupMethod · 0.45

Tested by

no test coverage detected