mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Cleanup script and address change
This commit is contained in:
@@ -86,10 +86,10 @@
|
||||
"clean": "rm build/app.js",
|
||||
"noprobe": "../scope stop && ../scope launch --no-probe --app.window 8760h",
|
||||
"loadreport": "npm run noprobe && sleep 1 && curl -X POST -H \"Content-Type: application/json\" http://$BACKEND_HOST/api/report -d",
|
||||
"perf:setup" : "docker-compose -f test/perfjankie/docker-compose.yml up -d",
|
||||
"perf:setup" : "docker-compose -f test/perfjankie/docker-compose.yml up -d && sleep 10",
|
||||
"perf:run" : "make ../ && . test/run-jankie.sh",
|
||||
"perf:cleanup" : "docker-compose -f test/perfjankie/docker-compose.yml down",
|
||||
"perf" : "npm run perf:setup && npm run perf:run"
|
||||
"perf" : "npm run perf:setup && npm run perf:run && npm run perf:cleanup"
|
||||
},
|
||||
"jest": {
|
||||
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
|
||||
|
||||
Reference in New Issue
Block a user