Package org.eclipse.jetty.http.jmh
Class HttpMethodBenchmark
- java.lang.Object
-
- org.eclipse.jetty.http.jmh.HttpMethodBenchmark
-
public class HttpMethodBenchmark extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HttpMethodBenchmark()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
HttpMethod
testHttpMethodMove()
HttpMethod
testHttpMethodPost()
HttpMethod
testIntSwitch()
HttpMethod
testMapGet()
HttpMethod
testTrieGetBest()
-
-
-
Method Detail
-
testTrieGetBest
public HttpMethod testTrieGetBest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testIntSwitch
public HttpMethod testIntSwitch() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMapGet
public HttpMethod testMapGet() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testHttpMethodPost
public HttpMethod testHttpMethodPost() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testHttpMethodMove
public HttpMethod testHttpMethodMove() throws java.lang.Exception
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args) throws org.openjdk.jmh.runner.RunnerException
- Throws:
org.openjdk.jmh.runner.RunnerException
-
-