MCPcopy Create free account
hub / github.com/cmu-db/benchbase / getBenchmark

Method getBenchmark

src/main/java/com/oltpbenchmark/api/Worker.java:103–105  ·  view source on GitHub ↗

Get the BenchmarkModule managing this Worker

()

Source from the content-addressed store, hash-verified

101
102 /** Get the BenchmarkModule managing this Worker */
103 public final T getBenchmark() {
104 return (this.benchmark);
105 }
106
107 /** Get the unique thread id for this worker */
108 public final int getId() {

Callers 6

runMethod · 0.80
execGetSessionRangeMethod · 0.80
initializeMethod · 0.80
executeWorkMethod · 0.80
updatePageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected