zulip/tools/deprecated/stress-test
Allie Jones 1bd1291f3c Replace json/send_message endpoint usage with json/message. 2015-12-12 18:14:08 -08:00
..
.gitignore Clean up tools/ by deleting files and moving others to deprecated/ 2015-09-20 00:18:48 -07:00
README.md Clean up tools/ by deleting files and moving others to deprecated/ 2015-09-20 00:18:48 -07:00
package.json Clean up tools/ by deleting files and moving others to deprecated/ 2015-09-20 00:18:48 -07:00
stress-test.coffee Replace json/send_message endpoint usage with json/message. 2015-12-12 18:14:08 -08:00
support.coffee Clean up tools/ by deleting files and moving others to deprecated/ 2015-09-20 00:18:48 -07:00

README.md

To get node dependencies:

npm install

To run:

./node_modules/.bin/coffee stress-test.coffee test-name --min-wait=5 --max-wait=10 --time=60 --users=5

where test-name is one of {reload, message}.