Package io.netty5.handler.codec.http
Class HttpMethodMapBenchmark
- java.lang.Object
-
- io.netty5.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty5.microbench.util.AbstractMicrobenchmark
-
- io.netty5.handler.codec.http.HttpMethodMapBenchmark
-
public class HttpMethodMapBenchmark extends AbstractMicrobenchmark
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
DEFAULT_FORKS
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
-
-
Constructor Summary
Constructors Constructor Description HttpMethodMapBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnewMapKnownMethods(org.openjdk.jmh.infra.Blackhole bh)voidnewMapMixMethods(org.openjdk.jmh.infra.Blackhole bh)voidnewMapUnknownMethods(org.openjdk.jmh.infra.Blackhole bh)voidoldMapKnownMethods(org.openjdk.jmh.infra.Blackhole bh)voidoldMapMixMethods(org.openjdk.jmh.infra.Blackhole bh)voidoldMapUnknownMethods(org.openjdk.jmh.infra.Blackhole bh)-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
getForks, jvmArgs, newOptionsBuilder
-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, run
-
-
-
-
Method Detail
-
oldMapKnownMethods
public void oldMapKnownMethods(org.openjdk.jmh.infra.Blackhole bh) throws Exception- Throws:
Exception
-
newMapKnownMethods
public void newMapKnownMethods(org.openjdk.jmh.infra.Blackhole bh) throws Exception- Throws:
Exception
-
oldMapMixMethods
public void oldMapMixMethods(org.openjdk.jmh.infra.Blackhole bh) throws Exception- Throws:
Exception
-
newMapMixMethods
public void newMapMixMethods(org.openjdk.jmh.infra.Blackhole bh) throws Exception- Throws:
Exception
-
oldMapUnknownMethods
public void oldMapUnknownMethods(org.openjdk.jmh.infra.Blackhole bh) throws Exception- Throws:
Exception
-
-