mirror of https://github.com/zulip/zulip.git
9d973ff106
(imported from commit 921895dd636ba118a0f57e60a7bcb9dca1c7c605) |
||
---|---|---|
.. | ||
.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
}.