This website requires JavaScript.
Explore
Help
Register
Sign In
Navy.gif
/
owncast
Watch
1
Star
0
Fork
0
You've already forked owncast
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
38d93a549a
owncast
/
test
History
Gabe Kangas
38d93a549a
Tweak user colors and add a little testing script for future experimenting.
Closes
#170
2020-09-21 13:56:07 -07:00
..
httpGetTest.yaml
Add some simple load tests
2020-07-15 21:40:22 -07:00
package-lock.json
Fix security alert with test script
2020-08-26 23:20:38 -07:00
README.md
Add some simple load tests
2020-07-15 21:40:22 -07:00
userColorsTest.js
Tweak user colors and add a little testing script for future experimenting.
Closes
#170
2020-09-21 13:56:07 -07:00
websocketTest.js
Add some simple load tests
2020-07-15 21:40:22 -07:00
websocketTest.yaml
Add some simple load tests
2020-07-15 21:40:22 -07:00
README.md
Tests
Load Tests
Install
artillery
from NPM/Yarn/Whatever Javascript package manager is popular this week.
Start an instance of the server on localhost.
artillery run httpGetTest.yaml
for endpoint load tests.
artillery run websocketTest.yaml
for websocket load tests.