zulip/tools/stress-test
Jessica McKellar f1e90086f5 Remove the onboarding checklist.
Looking at the historical data, fewer than 50% of active users have
completed the checklist, which means that it is just persistent
clutter. We also have other better ways of encouraging people to send
traffic and get the apps now.

This commit removes both the frontend UI and backend work but leaves
the db row for now for the historical data.

(imported from commit e8f5780be37bbc75f794fb118e4dd41d8811f2bf)
2013-10-31 11:34:15 -04:00
..
.gitignore Preliminary stress testing tool. 2013-07-09 15:56:57 -04:00
README.md Preliminary stress testing tool. 2013-07-09 15:56:57 -04:00
package.json Preliminary stress testing tool. 2013-07-09 15:56:57 -04:00
stress-test.coffee Remove the onboarding checklist. 2013-10-31 11:34:15 -04:00
support.coffee Change Humbug => Zulip in tools. 2013-08-07 10:00:07 -04: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}.