public class HeadersBenchmark extends AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutorDEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
HeadersBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
void |
http2AddAllFast(org.openjdk.jmh.infra.Blackhole bh) |
void |
http2AddAllFastest(org.openjdk.jmh.infra.Blackhole bh) |
void |
http2AddAllSlow(org.openjdk.jmh.infra.Blackhole bh) |
void |
http2Get(org.openjdk.jmh.infra.Blackhole bh) |
void |
http2Iterate(org.openjdk.jmh.infra.Blackhole bh) |
io.netty.handler.codec.http2.DefaultHttp2Headers |
http2Put() |
void |
http2Remove(org.openjdk.jmh.infra.Blackhole bh) |
void |
httpAddAllFast(org.openjdk.jmh.infra.Blackhole bh) |
void |
httpAddAllFastest(org.openjdk.jmh.infra.Blackhole bh) |
void |
httpGet(org.openjdk.jmh.infra.Blackhole bh) |
void |
httpIterate(org.openjdk.jmh.infra.Blackhole bh) |
io.netty.handler.codec.http.DefaultHttpHeaders |
httpPut() |
void |
httpRemove(org.openjdk.jmh.infra.Blackhole bh) |
void |
setup() |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic void setup()
public void httpRemove(org.openjdk.jmh.infra.Blackhole bh)
public void httpGet(org.openjdk.jmh.infra.Blackhole bh)
public io.netty.handler.codec.http.DefaultHttpHeaders httpPut()
public void httpIterate(org.openjdk.jmh.infra.Blackhole bh)
public void http2Remove(org.openjdk.jmh.infra.Blackhole bh)
public void http2Get(org.openjdk.jmh.infra.Blackhole bh)
public io.netty.handler.codec.http2.DefaultHttp2Headers http2Put()
public void http2Iterate(org.openjdk.jmh.infra.Blackhole bh)
public void httpAddAllFastest(org.openjdk.jmh.infra.Blackhole bh)
public void httpAddAllFast(org.openjdk.jmh.infra.Blackhole bh)
public void http2AddAllFastest(org.openjdk.jmh.infra.Blackhole bh)
public void http2AddAllFast(org.openjdk.jmh.infra.Blackhole bh)
public void http2AddAllSlow(org.openjdk.jmh.infra.Blackhole bh)
Copyright © 2008–2026 The Netty Project. All rights reserved.