From 3d91a462b5c28cdfa69cd89998cb5f688e791ae2 Mon Sep 17 00:00:00 2001 From: Jan Monterrubio Date: Sun, 10 Jun 2018 13:50:57 -0500 Subject: [PATCH] modify gatling-test command modified the gatling-test command to execute from the parent directory since this was a step that was easily missed during class. --- part_2/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/part_2/README.md b/part_2/README.md index f23657a..15acd54 100644 --- a/part_2/README.md +++ b/part_2/README.md @@ -127,10 +127,12 @@ loadtest -n 1000 -c 15 "http://localhost:8080/search?q=a" Alternatively, you can use [gatling](https://gatling.io/) (a performance library with a scala dsl ). -:warning: **This should be run from the `java-perf-workshop-tester` directory** - This should launch the `WorkshopSimulation`. +```bash + mvn -f java-perf-workshop-tester/ gatling:test +``` + ```bash mvn gatling:test ```