Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmu-db/benchbase
/ isLatencyRun
Method
isLatencyRun
src/main/java/com/oltpbenchmark/Phase.java:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
public
boolean isLatencyRun() {
94
return
!timed && serial;
95
}
96
97
public
boolean isThroughputRun() {
98
return
!isLatencyRun();
Callers
4
isThroughputRun
Method · 0.95
currentPhaseString
Method · 0.95
runRateLimitedMultiPhase
Method · 0.95
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected