owncast/test/load/README.md

11 lines
349 B
Markdown
Raw Normal View History

2021-01-20 10:58:06 +03:00
# 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.