Class EncryptionBenchmark

java.lang.Object
org.drasyl.AbstractBenchmark
org.drasyl.crypto.EncryptionBenchmark
Direct Known Subclasses:
EncryptionBenchmark_jmhType_B1

public class EncryptionBenchmark extends AbstractBenchmark
  • Constructor Details

    • EncryptionBenchmark

      public EncryptionBenchmark()
  • Method Details

    • setup

      public void setup()
    • encryptWithNonce

      public void encryptWithNonce(org.openjdk.jmh.infra.Blackhole blackhole)
    • encryptWithoutNonce

      public void encryptWithoutNonce(org.openjdk.jmh.infra.Blackhole blackhole)
    • decrypt

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