public class AsciiStringBenchmark extends AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor| Modifier and Type | Field and Description |
|---|---|
int |
size |
DEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
AsciiStringBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsIgnoreCaseBench() |
int |
hashCodeBenchBytesNew() |
int |
hashCodeBenchBytesOld() |
int |
hashCodeBenchCharSequenceNew() |
int |
hashCodeBenchCharSequenceOld() |
void |
setup() |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic void setup()
public boolean equalsIgnoreCaseBench()
public int hashCodeBenchBytesOld()
public int hashCodeBenchBytesNew()
public int hashCodeBenchCharSequenceOld()
public int hashCodeBenchCharSequenceNew()
Copyright © 2008–2026 The Netty Project. All rights reserved.