public class HeadersBenchmark extends AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
DEFAULT_FORKS
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
Constructor and Description |
---|
HeadersBenchmark() |
Modifier and Type | Method and Description |
---|---|
void |
http2AddAllFast(Blackhole bh) |
void |
http2AddAllFastest(Blackhole bh) |
void |
http2AddAllSlow(Blackhole bh) |
void |
http2Get(Blackhole bh) |
void |
http2Iterate(Blackhole bh) |
DefaultHttp2Headers |
http2Put() |
void |
http2Remove(Blackhole bh) |
void |
httpAddAllFast(Blackhole bh) |
void |
httpAddAllFastest(Blackhole bh) |
void |
httpGet(Blackhole bh) |
void |
httpIterate(Blackhole bh) |
DefaultHttpHeaders |
httpPut() |
void |
httpRemove(Blackhole bh) |
void |
setup() |
void |
setupEmptyHeaders() |
getForks, jvmArgs, newOptionsBuilder
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, run
public void setup()
public void setupEmptyHeaders()
public void httpRemove(Blackhole bh)
public void httpGet(Blackhole bh)
public DefaultHttpHeaders httpPut()
public void httpIterate(Blackhole bh)
public void http2Remove(Blackhole bh)
public void http2Get(Blackhole bh)
public DefaultHttp2Headers http2Put()
public void http2Iterate(Blackhole bh)
public void httpAddAllFastest(Blackhole bh)
public void httpAddAllFast(Blackhole bh)
public void http2AddAllFastest(Blackhole bh)
public void http2AddAllFast(Blackhole bh)
public void http2AddAllSlow(Blackhole bh)
Copyright © 2008–2016 The Netty Project. All rights reserved.