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

Method initialize

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

Optional callback that can be used to initialize the Worker right before the benchmark execution begins

()

Source from the content-addressed store, hash-verified

730 * execution begins
731 */
732 protected void initialize() {
733 // The default is to do nothing
734 }
735
736 /**
737 * Set up the session by running a set of statements before benchmark execution begins. The path

Callers 3

runMethod · 0.95
testExecuteWorkMethod · 0.45

Calls

no outgoing calls

Tested by 2

testExecuteWorkMethod · 0.36