Fix missing package.json for load tests

This commit is contained in:
Gabe Kangas
2021-06-04 20:03:11 -07:00
parent a357cc7c09
commit dc70642892
3 changed files with 1843 additions and 216 deletions

File diff suppressed because it is too large Load Diff

15
test/load/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "owncast-load-tests",
"version": "1.0.0",
"description": "## Load Tests",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"artillery": "^1.7.2",
"ws": "^7.4.6"
}
}