* Initialize the scenario. Create any generators and other shared objects here.
* Called once, in the main client thread, before any operations are started.
...
...
@@ -90,4 +93,20 @@ public abstract class Workload
* @return false if the workload knows it is done for this thread. Client will terminate the thread. Return true otherwise. Return true for workloads that rely on operationcount. For workloads that read traces from a file, return true when there are more to do, false when you are done.