@Slow
@Ignore
public void testBenchmark() throws Exception
{
schedule(2000,10000,2000,50);
BenchmarkHelper benchmark = new BenchmarkHelper();
benchmark.startStatistics();
System.err.println(_scheduler);
schedule(2000,30000,2000,50);
benchmark.stopStatistics();
}