Package org.gridkit.benchmark.gc.YoungGCPauseBenchmark

Examples of org.gridkit.benchmark.gc.YoungGCPauseBenchmark.TestResult


  @Test
  public void go() throws IOException {
    YoungGCPauseBenchmark bench = new YoungGCPauseBenchmark();
    bench.headRoom = 64;
    bench.printEvents = true;
    TestResult result = bench.benchmark();
    Assert.assertTrue(result != null);
    System.out.println(result);
  }
View Full Code Here

TOP

Related Classes of org.gridkit.benchmark.gc.YoungGCPauseBenchmark.TestResult

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.