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

Function BENCHMARK

bolt/benchmarks/basic/SimpleCastExpr.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116 return ROW(std::move(names), std::move(types));
117}
118
119std::unique_ptr<SimpleCastBenchmark> benchmark;
120
121BENCHMARK(castTimestampDateSmall) {
122 benchmark->setAdjustTimestampToTimezone("false");
123 benchmark->runSmall(TIMESTAMP(), DATE());

Callers

nothing calls this directly

Calls 6

buildStructTypeFunction · 0.85
runSmallMethod · 0.45
runMediumMethod · 0.45
runLargeMethod · 0.45
setTimezoneMethod · 0.45

Tested by

no test coverage detected