Package io.netty5.microbench.headers
Class HeadersBenchmark
- java.lang.Object
-
- io.netty5.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty5.microbench.util.AbstractMicrobenchmark
-
- io.netty5.microbench.headers.HeadersBenchmark
-
public class HeadersBenchmark 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 HeadersBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhttp2AddAllFast(org.openjdk.jmh.infra.Blackhole bh)voidhttp2AddAllFastest(org.openjdk.jmh.infra.Blackhole bh)voidhttp2AddAllSlow(org.openjdk.jmh.infra.Blackhole bh)voidhttp2Get(org.openjdk.jmh.infra.Blackhole bh)voidhttp2Iterate(org.openjdk.jmh.infra.Blackhole bh)io.netty5.handler.codec.http2.DefaultHttp2Headershttp2Put()voidhttp2Remove(org.openjdk.jmh.infra.Blackhole bh)voidhttpAddAllFast(org.openjdk.jmh.infra.Blackhole bh)voidhttpAddAllFastest(org.openjdk.jmh.infra.Blackhole bh)voidhttpGet(org.openjdk.jmh.infra.Blackhole bh)voidhttpIterate(org.openjdk.jmh.infra.Blackhole bh)io.netty5.handler.codec.http.DefaultHttpHeadershttpPut()voidhttpRemove(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
-
setup
public void setup()
-
httpRemove
public void httpRemove(org.openjdk.jmh.infra.Blackhole bh)
-
httpGet
public void httpGet(org.openjdk.jmh.infra.Blackhole bh)
-
httpPut
public io.netty5.handler.codec.http.DefaultHttpHeaders httpPut()
-
httpIterate
public void httpIterate(org.openjdk.jmh.infra.Blackhole bh)
-
http2Remove
public void http2Remove(org.openjdk.jmh.infra.Blackhole bh)
-
http2Get
public void http2Get(org.openjdk.jmh.infra.Blackhole bh)
-
http2Put
public io.netty5.handler.codec.http2.DefaultHttp2Headers http2Put()
-
http2Iterate
public void http2Iterate(org.openjdk.jmh.infra.Blackhole bh)
-
httpAddAllFastest
public void httpAddAllFastest(org.openjdk.jmh.infra.Blackhole bh)
-
httpAddAllFast
public void httpAddAllFast(org.openjdk.jmh.infra.Blackhole bh)
-
http2AddAllFastest
public void http2AddAllFastest(org.openjdk.jmh.infra.Blackhole bh)
-
http2AddAllFast
public void http2AddAllFast(org.openjdk.jmh.infra.Blackhole bh)
-
http2AddAllSlow
public void http2AddAllSlow(org.openjdk.jmh.infra.Blackhole bh)
-
-