JMH performance tests for different Javalin versions
Print result in console and create result csv under result directory -PjavalinVersion property can be any version of Javalin that already create in the external dir
Run with default parameters
./gradlew -PjavalinVersion=3.0.0 benchmark
Or
./gradlew benchmark -PjavalinVersion=3.0.0 -Piterations=20 -PiterationTime=10000
Compare only run with two different version benchmark result that already created
./gradlew compare -Pbaseline=1.0.0 -PjavalinVersion=3.0.0