Skip to content

Instantly share code, notes, and snippets.

@lw
Created January 29, 2018 12:18
Show Gist options
  • Save lw/35674062992a6c65b2a9ff981700bf1f to your computer and use it in GitHub Desktop.
Save lw/35674062992a6c65b2a9ff981700bf1f to your computer and use it in GitHub Desktop.
CMS stress test
./scripts/cmsDropDB -y > /dev/null;
./scripts/cmsInitDB > /dev/null;
./cmscontrib/AddAdmin.py admin -p admin > /dev/null
# -w is the number of workers (there need to be enough already listed in cms.conf).
# -s is the number of submissions, each of 50 (?) testcases.
# also, in Worker.__init__ set fake_time to 0.1.
python cmstestsuite/RunTimeTest.py -w 16 -s 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment