owncast/test/load
dependabot[bot] ded4673ae5
Bump socket.io-parser from 3.3.2 to 3.3.3 in /test/load (#2323)
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-12 08:19:25 -08:00
..
badchatdata.js Chat refactor + persistent backing chat users (#1163) 2021-07-19 19:22:29 -07:00
chatLoadTest.js Chat refactor + persistent backing chat users (#1163) 2021-07-19 19:22:29 -07:00
hls.yaml Add hls load test 2021-01-19 23:58:14 -08:00
httpGetTest.yaml Add hls load test 2021-01-19 23:58:14 -08:00
package-lock.json Bump socket.io-parser from 3.3.2 to 3.3.3 in /test/load (#2323) 2022-11-12 08:19:25 -08:00
package.json Fix missing package.json for load tests 2021-06-04 20:03:11 -07:00
README.md Add hls load test 2021-01-19 23:58:14 -08:00

Tests

Load Tests

  1. Install artillery from NPM/Yarn/Whatever Javascript package manager is popular this week.
  2. Install artillery-plugin-hls
  3. Start an instance of the server on localhost.
  4. artillery run httpGetTest.yaml for endpoint load tests.
  5. artillery run websocketTest.yaml for websocket load tests.