Package org.drasyl.util
Class ExpiringMapBenchmark
java.lang.Object
org.drasyl.AbstractBenchmark
org.drasyl.util.ExpiringMapBenchmark
- Direct Known Subclasses:
ExpiringMapBenchmark_jmhType_B1
-
Field Summary
Fields inherited from class org.drasyl.AbstractBenchmark
BASE_JVM_ARGS, DEFAULT_FORKS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
emptyContainsKey
(org.openjdk.jmh.infra.Blackhole blackhole) void
emptyContainsKeyGuavaCache
(org.openjdk.jmh.infra.Blackhole blackhole) void
emptyContainsKeyHashSet
(org.openjdk.jmh.infra.Blackhole blackhole) void
existingEntryPut
(org.openjdk.jmh.infra.Blackhole blackhole) void
existingEntryPutGuavaCache
(org.openjdk.jmh.infra.Blackhole blackhole) void
existingEntryPutHashSet
(org.openjdk.jmh.infra.Blackhole blackhole) void
newEntryPut
(org.openjdk.jmh.infra.Blackhole blackhole) void
newEntryPutGuavaCache
(org.openjdk.jmh.infra.Blackhole blackhole) void
newEntryPutHashSet
(org.openjdk.jmh.infra.Blackhole blackhole) void
nonEmptyContainsKey
(org.openjdk.jmh.infra.Blackhole blackhole) void
nonEmptyContainsKeyGuavaCache
(org.openjdk.jmh.infra.Blackhole blackhole) void
nonEmptyContainsKeyHashSet
(org.openjdk.jmh.infra.Blackhole blackhole) void
setup()
Methods inherited from class org.drasyl.AbstractBenchmark
getForks, getMeasureIterations, getReportDir, getTimeout, getWarmupIterations, handleUnexpectedException, jvmArgs, newOptionsBuilder
-
Constructor Details
-
ExpiringMapBenchmark
public ExpiringMapBenchmark()
-
-
Method Details
-
setup
public void setup() -
emptyContainsKey
public void emptyContainsKey(org.openjdk.jmh.infra.Blackhole blackhole) -
emptyContainsKeyHashSet
public void emptyContainsKeyHashSet(org.openjdk.jmh.infra.Blackhole blackhole) -
emptyContainsKeyGuavaCache
public void emptyContainsKeyGuavaCache(org.openjdk.jmh.infra.Blackhole blackhole) -
nonEmptyContainsKey
public void nonEmptyContainsKey(org.openjdk.jmh.infra.Blackhole blackhole) -
nonEmptyContainsKeyHashSet
public void nonEmptyContainsKeyHashSet(org.openjdk.jmh.infra.Blackhole blackhole) -
nonEmptyContainsKeyGuavaCache
public void nonEmptyContainsKeyGuavaCache(org.openjdk.jmh.infra.Blackhole blackhole) -
newEntryPut
public void newEntryPut(org.openjdk.jmh.infra.Blackhole blackhole) -
newEntryPutHashSet
public void newEntryPutHashSet(org.openjdk.jmh.infra.Blackhole blackhole) -
newEntryPutGuavaCache
public void newEntryPutGuavaCache(org.openjdk.jmh.infra.Blackhole blackhole) -
existingEntryPut
public void existingEntryPut(org.openjdk.jmh.infra.Blackhole blackhole) -
existingEntryPutHashSet
public void existingEntryPutHashSet(org.openjdk.jmh.infra.Blackhole blackhole) -
existingEntryPutGuavaCache
public void existingEntryPutGuavaCache(org.openjdk.jmh.infra.Blackhole blackhole)
-