public class DefaultAttributeMapBenchmark extends AbstractMicrobenchmark
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultAttributeMapBenchmark.KeySequence |
AbstractMicrobenchmark.HarnessExecutorDEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
DefaultAttributeMapBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence) |
void |
init() |
void |
mixedAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence,
org.openjdk.jmh.infra.Blackhole hole) |
void |
mixedAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence,
org.openjdk.jmh.infra.Blackhole hole) |
io.netty.util.Attribute<Integer> |
nextAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence) |
io.netty.util.Attribute<Integer> |
nextAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence) |
boolean |
nextHasAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence) |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic void init()
public io.netty.util.Attribute<Integer> nextAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence)
public boolean hasAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence)
public void mixedAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence, org.openjdk.jmh.infra.Blackhole hole)
public io.netty.util.Attribute<Integer> nextAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence)
public boolean nextHasAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence)
public void mixedAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence, org.openjdk.jmh.infra.Blackhole hole)
Copyright © 2008–2026 The Netty Project. All rights reserved.