- Note: this requires Python version 3.6+
To run it locally:
$ virtualenv . $ bin/pip install -r requirements.txt $ bin/molotov --max-runs 5 -cxv loadtest.py
To run it locally, directly from GitHub (assuming Molotov is installed):
$ moloslave https://github.com/mozilla-services/syncstorage-loadtest test
See the molotov.json file for the different tests available to moloslave
To run it inside docker:
$ docker run -e TEST_REPO=https://github.com/mozilla-services/syncstorage-loadtest -e TEST_NAME=test tarekziade/molotov:latest
Happy Breaking!