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