Skip to content

Commit 9425a5f

Browse files
author
Shane Myrick
committed
Update README
1 parent 571ea1b commit 9425a5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

perf-tests/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ This is a simple performance test script that runs using [Artillery](https://git
1616
$ npm install
1717
```
1818

19-
* Run the GraphQL query tests
19+
* There are multiple performance test cases. To see the availabel tests, run the following command.
20+
```shell script
21+
$ npm run
22+
```
23+
* To execute a test simply run the appropiate command through `npm`. Feel free to modify the config for the tests locally as well.
2024
```shell script
2125
$ npm run perf-test-query
2226
```

0 commit comments

Comments
 (0)