Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

RESTEasy vs. RESTEasy Reactive Benchmark

This directory contains three variants of the same hello application:

They all exposed the /hello endpoint.

These applications are Quarkus applications. So you can run them in dev mode using mvn quarkus:dev, or package them using mvn package. To run the package, you need to package them, and then run them using: java -jar target/quarkus-app/quarkus-run.jar

The benchmark use wrk (https://github.com/wg/wrk):

> wrk -t 10 -c50 -d40s http://localhost:8080/hello