547548549550551552553554555556557
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); } /** * Generates test data. */
565566567568569570571572573574575
491492493494495496497498499500501