public class HeadersBenchmark extends AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutorDEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| 构造器和说明 |
|---|
HeadersBenchmark() |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, runpublic void setup()
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)