Package io.netty5.util
Class DefaultAttributeMapBenchmark
- java.lang.Object
-
- io.netty5.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty5.microbench.util.AbstractMicrobenchmark
-
- io.netty5.util.DefaultAttributeMapBenchmark
-
public class DefaultAttributeMapBenchmark extends AbstractMicrobenchmark
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultAttributeMapBenchmark.KeySequence-
Nested classes/interfaces inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
DEFAULT_FORKS
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
-
-
Constructor Summary
Constructors Constructor Description DefaultAttributeMapBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence)voidinit()voidmixedAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence, org.openjdk.jmh.infra.Blackhole hole)voidmixedAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence, org.openjdk.jmh.infra.Blackhole hole)io.netty5.util.Attribute<Integer>nextAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence)io.netty5.util.Attribute<Integer>nextAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence)booleannextHasAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence)-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
getForks, jvmArgs, newOptionsBuilder
-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, run
-
-
-
-
Method Detail
-
init
public void init()
-
nextAttributeIdentityHashMap
public io.netty5.util.Attribute<Integer> nextAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence)
-
hasAttributeIdentityHashMap
public boolean hasAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence)
-
mixedAttributeIdentityHashMap
public void mixedAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence, org.openjdk.jmh.infra.Blackhole hole)
-
nextAttributeAttributeMap
public io.netty5.util.Attribute<Integer> nextAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence)
-
nextHasAttributeAttributeMap
public boolean nextHasAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence)
-
mixedAttributeAttributeMap
public void mixedAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence, org.openjdk.jmh.infra.Blackhole hole)
-
-