MCPcopy 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

isThroughputRunMethod · 0.95
currentPhaseStringMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected