Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmu-db/benchbase
/ isThroughputRun
Method
isThroughputRun
src/main/java/com/oltpbenchmark/Phase.java:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
public
boolean isThroughputRun() {
98
return
!isLatencyRun();
99
}
100
101
public
void
resetSerial() {
102
this.nextSerial = 1;
Callers
1
getTransactionType
Method · 0.80
Calls
1
isLatencyRun
Method · 0.95
Tested by
no test coverage detected