Class IdentityPublicKeyBenchmark

java.lang.Object
org.drasyl.AbstractBenchmark
org.drasyl.identity.IdentityPublicKeyBenchmark
Direct Known Subclasses:
IdentityPublicKeyBenchmark_jmhType_B1

public class IdentityPublicKeyBenchmark extends AbstractBenchmark
  • Constructor Details

    • IdentityPublicKeyBenchmark

      public IdentityPublicKeyBenchmark()
  • Method Details

    • setup

      public void setup()
    • ofString

      public void ofString(org.openjdk.jmh.infra.Blackhole blackhole)
    • ofBytes

      public void ofBytes(org.openjdk.jmh.infra.Blackhole blackhole)
    • ofImmutableBytes

      public void ofImmutableBytes(org.openjdk.jmh.infra.Blackhole blackhole)
    • benchmarkHashCode

      public void benchmarkHashCode(org.openjdk.jmh.infra.Blackhole blackhole)
    • autoValueHashCode

      public void autoValueHashCode(org.openjdk.jmh.infra.Blackhole blackhole)
    • benchmarkEquals

      public void benchmarkEquals(org.openjdk.jmh.infra.Blackhole blackhole)
    • autoValueEquals

      public void autoValueEquals(org.openjdk.jmh.infra.Blackhole blackhole)
    • toByteArray

      public void toByteArray(org.openjdk.jmh.infra.Blackhole blackhole)