public class SearchRealDataBenchmark extends AbstractMicrobenchmark
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchRealDataBenchmark.Algorithm |
AbstractMicrobenchmark.HarnessExecutor| Modifier and Type | Field and Description |
|---|---|
SearchRealDataBenchmark.Algorithm |
algorithm |
ByteBufType |
bufferType |
DEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
SearchRealDataBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
void |
findAll(org.openjdk.jmh.infra.Blackhole blackHole) |
int |
findFirst() |
int |
findFirstFromIndex() |
void |
invocationSetup() |
void |
setup() |
void |
teardown() |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic SearchRealDataBenchmark.Algorithm algorithm
public ByteBufType bufferType
public void setup()
throws IOException
IOExceptionpublic void invocationSetup()
public void teardown()
public int findFirst()
public int findFirstFromIndex()
public void findAll(org.openjdk.jmh.infra.Blackhole blackHole)
Copyright © 2008–2026 The Netty Project. All rights reserved.