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

Method runMedium

bolt/benchmarks/basic/SimpleCastExpr.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 static constexpr auto kNumLargeRuns = 10'000;
69
70 void runSmall(const TypePtr& inputType, const TypePtr& outputType) {
71 run(inputType, outputType, kNumSmallRuns);
72 }
73
74 void runMedium(const TypePtr& inputType, const TypePtr& outputType) {
75 run(inputType, outputType, kNumMediumRuns);

Callers 1

BENCHMARKFunction · 0.45

Calls 1

runFunction · 0.70

Tested by

no test coverage detected