zulip/tools/deprecated/stress-test
Sahil Dua 058587da77 Remove extra new lines at the ends of Zulip authoried files.
Fixes #1627.

[tweaked by tabbott to avoid patching third-party modules, for now]
2016-09-26 21:05:24 -07:00
..
.gitignore Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
README.md Fix tab-based whitespace in stress-test README file. 2016-04-14 14:30:29 -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/update_active_status with REST style route. 2016-04-11 21:38:23 -07: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}.