Skip to content

Commit

Permalink
Adding the results folder needed by latest Gatling version
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
ahus1 committed Aug 20, 2024
1 parent e04188d commit 0fc5f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/benchmark/tasks/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
shell: |
RESULTS_DIR=$(realpath "{{ local_results_dir }}")
cd "{{ local_kcb_home }}"
java -cp "lib/*" io.gatling.app.Gatling -ro $RESULTS_DIR
java -cp "lib/*" io.gatling.app.Gatling -ro $RESULTS_DIR -rf $RESULTS_DIR

0 comments on commit 0fc5f4a

Please sign in to comment.