owncast/test/README.md
2020-07-15 21:40:22 -07:00

8 lines
315 B
Markdown

# Tests
## Load Tests
1. Install [artillery](https://artillery.io/) from NPM/Yarn/Whatever Javascript package manager is popular this week.
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.