Class HelloWorldBenchmark
- java.lang.Object
-
- org.glassfish.jersey.examples.helloworld.HelloWorldBenchmark
-
- Direct Known Subclasses:
HelloWorldBenchmark_jmhType_B1
public class HelloWorldBenchmark extends Object
"Hello world!" JerseyApplicationHandlerbenchmark.- Author:
- Michal Gajdos
-
-
Constructor Summary
Constructors Constructor Description HelloWorldBenchmark()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Future<ContainerResponse>measure()voidrequest()voidshutdown()voidstart()
-
-
-
Method Detail
-
request
public void request()
-
shutdown
public void shutdown()
-
measure
public Future<ContainerResponse> measure() throws Exception
- Throws:
Exception
-
-