SparkJava Test Bed
The test application is listening on port 8080
The application is created on SparkJava 2.7.0
mvn clean package
java -jar target/spark-0.0.1-SNAPSHOT.jar
It shall respond with Hello World!
response with content-type
set to text/plain
wrk -t4 -c128 -d15s http://localhost:8080 -s pipeline.lua --latency -- / 16