mirror of https://github.com/zulip/zulip.git
3617ebfd41
Fixes #1315. |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
package.json | ||
stress-test.coffee | ||
support.coffee |
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
}.