Package io.netty.handler.codec.http2
Class Http2RequestTargetConversionBenchmark
- java.lang.Object
-
- io.netty.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty.microbench.util.AbstractMicrobenchmark
-
- io.netty.handler.codec.http2.Http2RequestTargetConversionBenchmark
-
public class Http2RequestTargetConversionBenchmark extends AbstractMicrobenchmark
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttp2RequestTargetConversionBenchmark.RequestTargetType-
Nested classes/interfaces inherited from class io.netty.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
Fields Modifier and Type Field Description Http2RequestTargetConversionBenchmark.RequestTargetTyperequestTargetType-
Fields inherited from class io.netty.microbench.util.AbstractMicrobenchmark
DEFAULT_FORKS
-
Fields inherited from class io.netty.microbench.util.AbstractMicrobenchmarkBase
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
-
-
Constructor Summary
Constructors Constructor Description Http2RequestTargetConversionBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnewConversion(org.openjdk.jmh.infra.Blackhole bh)voidoldUriConversion(org.openjdk.jmh.infra.Blackhole bh)voidsetup()-
Methods inherited from class io.netty.microbench.util.AbstractMicrobenchmark
getForks, jvmArgs, newOptionsBuilder
-
Methods inherited from class io.netty.microbench.util.AbstractMicrobenchmarkBase
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, run
-
-
-
-
Field Detail
-
requestTargetType
public Http2RequestTargetConversionBenchmark.RequestTargetType requestTargetType
-
-