Class OgnlRuntimePerformanceBenchmarks

java.lang.Object
ognl.benchmarks.OgnlRuntimePerformanceBenchmarks
Direct Known Subclasses:
OgnlRuntimePerformanceBenchmarks_jmhType_B1

public class OgnlRuntimePerformanceBenchmarks extends Object
  • Constructor Details

    • OgnlRuntimePerformanceBenchmarks

      public OgnlRuntimePerformanceBenchmarks()
  • Method Details

    • testPerformanceRealGenericSingleThread

      public void testPerformanceRealGenericSingleThread(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
      Throws:
      Exception
    • testPerformanceFakeGenericSingleThread

      public void testPerformanceFakeGenericSingleThread(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
      Throws:
      Exception
    • testPerformanceNonGenericSingleThread

      public void testPerformanceNonGenericSingleThread(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
      Throws:
      Exception
    • testPerformanceRealGenericMultipleThreads

      public void testPerformanceRealGenericMultipleThreads(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
      Throws:
      Exception
    • testPerformanceFakeGenericMultipleThreads

      public void testPerformanceFakeGenericMultipleThreads(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
      Throws:
      Exception
    • testPerformanceNotGenericMultipleThreads

      public void testPerformanceNotGenericMultipleThreads(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
      Throws:
      Exception
    • testPerformanceMultipleClassesMultipleMethodsSingleThread

      public void testPerformanceMultipleClassesMultipleMethodsSingleThread(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
      Throws:
      Exception
    • testPerformanceMultipleClassesMultipleMethodsMultipleThreads

      public void testPerformanceMultipleClassesMultipleMethodsMultipleThreads(org.openjdk.jmh.infra.Blackhole blackhole) throws Exception
      Throws:
      Exception