This app just sorts a long list of words using various algorithms.
The accompanying slides are at https://speakerdeck.com/gotimer/how-fast-is-my-app-performance-testing-101.
mvn spring-boot:run
The source code for the simulation is in src/test/scala/com/coveros/example/simluation/RecordedSimulation.scala
.
mvn gatling:recorder
mvn gatling:test
Report will be listed at the end of the output, in target/gatling/reports/sorting/recordedsimulation-xxxx/index.html
apache-jmeter-5.1.1\bin\jmeterw.cmd
mvn jmeter:jmeter
Report will be in target/jmeter/reports/sorting/index.html
The unit test class that measures performance is in src/test/java/com/coveros/example/sorting/SortingServicePerfTest.java