We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571ea1b commit 9425a5fCopy full SHA for 9425a5f
perf-tests/README.md
@@ -16,7 +16,11 @@ This is a simple performance test script that runs using [Artillery](https://git
16
$ npm install
17
```
18
19
-* Run the GraphQL query tests
+* 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.
24
```shell script
25
$ npm run perf-test-query
26
0 commit comments