Skip to content

Commit 3d91a46

Browse files
authored
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.
1 parent f581d1d commit 3d91a46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

part_2/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,12 @@ loadtest -n 1000 -c 15 "http://localhost:8080/search?q=a"
127127

128128
Alternatively, you can use [gatling](https://gatling.io/) (a performance library with a scala dsl ).
129129

130-
:warning: **This should be run from the `java-perf-workshop-tester` directory**
131-
132130
This should launch the `WorkshopSimulation`.
133131

132+
```bash
133+
mvn -f java-perf-workshop-tester/ gatling:test
134+
```
135+
134136
```bash
135137
mvn gatling:test
136138
```

0 commit comments

Comments
 (0)