Skip to content

Commit 3a3dbb4

Browse files
authored
Merge pull request #16 from cchesser/gatling-run-cmd
modify gatling-test command
2 parents f581d1d + 3d91a46 commit 3a3dbb4

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)