Creating a differential report

Users can create a differential report that reads the simulation logs of two different previous runs.

See Reports for Keycloak Benchmark for more information on how to access information from a Gatling run.

Preparing the report

To generate a custom differential report from an existing repository of gatling simulations, use the generate-custom-report.sh based on gatling-report project.

Differential report with a custom template
./generate-custom-report.sh -s "JPAMapUndertow/simulation.log HotRodUndertow/simulation.log" -d target -t src/main/resources/diff-v2.mustache

Opening the report

  1. Go to the target folder and open the file index.html in the browser.

Further reading