Package io.netty5.microbenchmark.common
Class IntObjectHashMapBenchmark
- java.lang.Object
-
- io.netty5.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty5.microbench.util.AbstractMicrobenchmark
-
- io.netty5.microbenchmark.common.IntObjectHashMapBenchmark
-
public class IntObjectHashMapBenchmark extends AbstractMicrobenchmark
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntObjectHashMapBenchmark.KeyDistributionstatic classIntObjectHashMapBenchmark.MapType-
Nested classes/interfaces inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
Fields Modifier and Type Field Description IntObjectHashMapBenchmark.KeyDistributionkeyDistributionIntObjectHashMapBenchmark.MapTypemapTypeintsize-
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 IntObjectHashMapBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlookup(org.openjdk.jmh.infra.Blackhole bh)voidput(org.openjdk.jmh.infra.Blackhole bh)voidremove(org.openjdk.jmh.infra.Blackhole bh)voidsetup()-
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
-
-
-
-
Field Detail
-
size
public int size
-
mapType
public IntObjectHashMapBenchmark.MapType mapType
-
keyDistribution
public IntObjectHashMapBenchmark.KeyDistribution keyDistribution
-
-