Package org.eclipse.jetty.toolchain.test

Examples of org.eclipse.jetty.toolchain.test.BenchmarkHelper


    @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();
    }
View Full Code Here

TOP

Related Classes of org.eclipse.jetty.toolchain.test.BenchmarkHelper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.