public class IntObjectHashMapBenchmark extends AbstractMicrobenchmark
Modifier and Type | Class and Description |
---|---|
static class |
IntObjectHashMapBenchmark.KeyDistribution |
static class |
IntObjectHashMapBenchmark.MapType |
AbstractMicrobenchmark.HarnessExecutor
Modifier and Type | Field and Description |
---|---|
IntObjectHashMapBenchmark.KeyDistribution |
keyDistribution |
IntObjectHashMapBenchmark.MapType |
mapType |
int |
size |
DEFAULT_FORKS
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
Constructor and Description |
---|
IntObjectHashMapBenchmark() |
Modifier and Type | Method and Description |
---|---|
void |
lookup(org.openjdk.jmh.infra.Blackhole bh) |
void |
put(org.openjdk.jmh.infra.Blackhole bh) |
void |
remove(org.openjdk.jmh.infra.Blackhole bh) |
void |
setup() |
getForks, jvmArgs, newOptionsBuilder
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, run
public int size
public IntObjectHashMapBenchmark.MapType mapType
public IntObjectHashMapBenchmark.KeyDistribution keyDistribution
Copyright © 2008–2018 The Netty Project. All rights reserved.