Class ExpiringMapBenchmark

java.lang.Object
org.drasyl.AbstractBenchmark
org.drasyl.util.ExpiringMapBenchmark
Direct Known Subclasses:
ExpiringMapBenchmark_jmhType_B1

public class ExpiringMapBenchmark extends AbstractBenchmark
  • 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)