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

Method runSmall

bolt/benchmarks/basic/SimpleCastExpr.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 static constexpr auto kNumSmallRuns = 100;
67 static constexpr auto kNumMediumRuns = 1000;
68 static constexpr auto kNumLargeRuns = 10'000;
69
70 void runSmall(const TypePtr& inputType, const TypePtr& outputType) {
71 run(inputType, outputType, kNumSmallRuns);

Callers 1

BENCHMARKFunction · 0.45

Calls 1

runFunction · 0.70

Tested by

no test coverage detected