Thread.sleep(1000L * warmupSec);
println("entering steady state...");
gen.startSteadyState();
Thread.sleep(1000L * steadySec);
println("stopping threads...");
gen.stop();
// Should get the printstream used by the test harness here.
gen.printReport(System.out);
}
/**