owncast/test/load
dependabot[bot] fb0ac492b2
Bump fast-xml-parser and artillery in /test/load (#3300)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.2.5 and updates ancestor dependency [artillery](https://github.com/artilleryio/artillery). These dependencies need to be updated together.


Updates `fast-xml-parser` from 3.19.0 to 4.2.5
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/3.19.0...v4.2.5)

Updates `artillery` from 2.0.0-34 to 2.0.0-36-f351294
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/commits)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
- dependency-name: artillery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-10 10:46:00 -07: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 fast-xml-parser and artillery in /test/load (#3300) 2023-09-10 10:46:00 -07:00
package.json Bump fast-xml-parser and artillery in /test/load (#3300) 2023-09-10 10:46:00 -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.