public class SearchBenchmark extends AbstractMicrobenchmark
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchBenchmark.Input |
AbstractMicrobenchmark.HarnessExecutor| Modifier and Type | Field and Description |
|---|---|
ByteBufType |
bufferType |
SearchBenchmark.Input |
input |
DEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
SearchBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
int |
ahoCorasic() |
int |
bitap() |
int |
indexOf() |
int |
kmp() |
void |
setup() |
void |
teardown() |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic SearchBenchmark.Input input
public ByteBufType bufferType
Copyright © 2008–2026 The Netty Project. All rights reserved.