Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ runLarge
Method
runLarge
bolt/benchmarks/basic/SimpleCastExpr.cpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void runLarge(const TypePtr& inputType, const TypePtr& outputType) {
75
run(inputType, outputType, kNumLargeRuns);
76
}
77
78
size_t
79
run(const TypePtr& inputType, const TypePtr& outputType, size_t batchSize) {
Callers
1
BENCHMARK
Function · 0.45
Calls
1
run
Function · 0.70
Tested by
no test coverage detected