Skip to content

Commit 1b21345

Browse files
committed
Add stress test readme
1 parent 17bd7aa commit 1b21345

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

endpoints/test/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Stress test of API endpoints
2+
Stress testing scripts using the k6 framework: https://k6.io/
3+
Install instruction for k6: https://k6.io/docs/getting-started/installation
4+
5+
To run the test with 10 virtual users sending a total of 50 requests execute:
6+
```
7+
k6 run -u 10 -i 50 ./stress_test_report_endpoint.js
8+
```

0 commit comments

Comments
 (0)