public class HpackDecoderBenchmark extends AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
Modifier and Type | Field and Description |
---|---|
boolean |
limitToAscii |
boolean |
sensitive |
HpackHeadersSize |
size |
DEFAULT_FORKS
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
Constructor and Description |
---|
HpackDecoderBenchmark() |
Modifier and Type | Method and Description |
---|---|
void |
decode(Blackhole bh) |
void |
setup() |
void |
teardown() |
getForks, jvmArgs, newOptionsBuilder
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, run
public HpackHeadersSize size
public boolean sensitive
public boolean limitToAscii
public void setup() throws Http2Exception
Http2Exception
public void teardown()
public void decode(Blackhole bh) throws Http2Exception
Http2Exception
Copyright © 2008–2017 The Netty Project. All rights reserved.