Skip to content

Commit

Permalink
modify gatling-test command
Browse files Browse the repository at this point in the history
modified the gatling-test command to execute from the parent directory since this was a step that was easily missed during class.
  • Loading branch information
AnEmortalKid authored Jun 10, 2018
1 parent f581d1d commit 3d91a46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions part_2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 3d91a46

Please sign in to comment.