Skip to content

Commit

Permalink
Merge pull request #16 from cchesser/gatling-run-cmd
Browse files Browse the repository at this point in the history
modify gatling-test command
  • Loading branch information
AnEmortalKid authored Jun 10, 2018
2 parents f581d1d + 3d91a46 commit 3a3dbb4
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 3a3dbb4

Please sign in to comment.