Skip to content

mozilla-services/syncstorage-loadtest

Repository files navigation

Storage load test

  • 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!

About

Load Test for the Firefox Sync Storage Service

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published