owncast/test/load
dependabot[bot] 2ebc64b3b1
Bump cookie and cookie-parser in /test/load (#3996)
Bumps [cookie](https://github.com/jshttp/cookie) and [cookie-parser](https://github.com/expressjs/cookie-parser). These dependencies needed to be updated together.

Updates `cookie` from 0.4.1 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.4.1...v0.7.2)

Updates `cookie-parser` from 1.4.6 to 1.4.7
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: cookie-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 16:07:43 -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 cookie and cookie-parser in /test/load (#3996) 2024-11-05 16:07:43 -08:00
package.json Bump ws from 7.4.6 to 7.5.10 in /test/load (#3787) 2024-06-17 17:00:18 -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.