Package org.eclipse.jetty.util.jmh
Class B64CodeBenchmark
- java.lang.Object
-
- org.eclipse.jetty.util.jmh.B64CodeBenchmark
-
public class B64CodeBenchmark extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description B64CodeBenchmark()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
setupTrial()
static void
stopTrial()
byte[]
testJavaDecode()
byte[]
testJavaEncode()
byte[]
testJettyDecode()
char[]
testJettyEncode()
-
-
-
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
-
-