Removed load test scripts.

This commit is contained in:
Mike Cao 2022-02-16 20:59:40 -08:00
parent c7a3505c39
commit edc31ba42b
2 changed files with 0 additions and 145 deletions

View file

@ -35,9 +35,6 @@
"download-country-names": "node scripts/download-country-names.js",
"download-language-names": "node scripts/download-language-names.js",
"change-password": "node scripts/change-password.js",
"loadtest": "node scripts/loadtest.js",
"loadtest:medium": "node scripts/loadtest.js --weight=medium",
"loadtest:heavy": "node scripts/loadtest.js --weight=heavy --verbose",
"lint": "next lint --quiet",
"prepare": "husky install"
},