Class B64CodeBenchmark


  • public class B64CodeBenchmark
    extends java.lang.Object
    • Constructor Detail

      • B64CodeBenchmark

        public B64CodeBenchmark()
    • Method Detail

      • setupTrial

        public void setupTrial()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • stopTrial

        public static void stopTrial()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testJettyEncode

        public char[] testJettyEncode()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testJettyDecode

        public byte[] testJettyDecode()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testJavaEncode

        public byte[] testJavaEncode()
      • testJavaDecode

        public byte[] testJavaDecode()
      • main

        public static void main​(java.lang.String[] args)
                         throws org.openjdk.jmh.runner.RunnerException
        Throws:
        org.openjdk.jmh.runner.RunnerException