We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f581d1d + 3d91a46 commit 3a3dbb4Copy full SHA for 3a3dbb4
1 file changed
part_2/README.md
@@ -127,10 +127,12 @@ loadtest -n 1000 -c 15 "http://localhost:8080/search?q=a"
127
128
Alternatively, you can use [gatling](https://gatling.io/) (a performance library with a scala dsl ).
129
130
-:warning: **This should be run from the `java-perf-workshop-tester` directory**
131
-
132
This should launch the `WorkshopSimulation`.
133
+```bash
+ mvn -f java-perf-workshop-tester/ gatling:test
134
+```
135
+
136
```bash
137
mvn gatling:test
138
```
0 commit comments