Add hls load test

This commit is contained in:
Gabe Kangas
2021-01-19 23:58:06 -08:00
parent 7b5e9a3c56
commit 54ba725af3
6 changed files with 172 additions and 0 deletions

10
test/load/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Tests
## Load Tests
1. Install [artillery](https://artillery.io/) from NPM/Yarn/Whatever Javascript package manager is popular this week.
1. Install artillery-plugin-hls
1. Start an instance of the server on localhost.
1. `artillery run httpGetTest.yaml` for endpoint load tests.
1. `artillery run websocketTest.yaml` for websocket load tests.