Package ognl.benchmarks
Class OgnlRuntimePerformanceBenchmarks
java.lang.Object
ognl.benchmarks.OgnlRuntimePerformanceBenchmarks
- Direct Known Subclasses:
OgnlRuntimePerformanceBenchmarks_jmhType_B1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestPerformanceFakeGenericMultipleThreads(org.openjdk.jmh.infra.Blackhole blackhole) voidtestPerformanceFakeGenericSingleThread(org.openjdk.jmh.infra.Blackhole blackhole) voidtestPerformanceMultipleClassesMultipleMethodsMultipleThreads(org.openjdk.jmh.infra.Blackhole blackhole) voidtestPerformanceMultipleClassesMultipleMethodsSingleThread(org.openjdk.jmh.infra.Blackhole blackhole) voidtestPerformanceNonGenericSingleThread(org.openjdk.jmh.infra.Blackhole blackhole) voidtestPerformanceNotGenericMultipleThreads(org.openjdk.jmh.infra.Blackhole blackhole) voidtestPerformanceRealGenericMultipleThreads(org.openjdk.jmh.infra.Blackhole blackhole) voidtestPerformanceRealGenericSingleThread(org.openjdk.jmh.infra.Blackhole blackhole)
-
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
-