Package io.netty5.microbench.headers
Class ReadOnlyHttp2HeadersBenchmark
- java.lang.Object
-
- io.netty5.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty5.microbench.util.AbstractMicrobenchmark
-
- io.netty5.microbench.headers.ReadOnlyHttp2HeadersBenchmark
-
public class ReadOnlyHttp2HeadersBenchmark extends AbstractMicrobenchmark
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
Fields Modifier and Type Field Description intheaderCount-
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 ReadOnlyHttp2HeadersBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddefaultClientHeaders(org.openjdk.jmh.infra.Blackhole bh)voiddefaultServerHeaders(org.openjdk.jmh.infra.Blackhole bh)voiddefaultTrailers(org.openjdk.jmh.infra.Blackhole bh)voidreadOnlyClientHeaders(org.openjdk.jmh.infra.Blackhole bh)voidreadOnlyServerHeaders(org.openjdk.jmh.infra.Blackhole bh)voidreadOnlyTrailers(org.openjdk.jmh.infra.Blackhole bh)voidsetUp()-
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
-
defaultTrailers
public void defaultTrailers(org.openjdk.jmh.infra.Blackhole bh)
-
readOnlyTrailers
public void readOnlyTrailers(org.openjdk.jmh.infra.Blackhole bh)
-
defaultClientHeaders
public void defaultClientHeaders(org.openjdk.jmh.infra.Blackhole bh)
-
readOnlyClientHeaders
public void readOnlyClientHeaders(org.openjdk.jmh.infra.Blackhole bh)
-
defaultServerHeaders
public void defaultServerHeaders(org.openjdk.jmh.infra.Blackhole bh)
-
readOnlyServerHeaders
public void readOnlyServerHeaders(org.openjdk.jmh.infra.Blackhole bh)
-
-