Fix missing package.json for load tests
This commit is contained in:
1914
test/load/package-lock.json
generated
1914
test/load/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
15
test/load/package.json
Normal file
15
test/load/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user