Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mozilla-services/syncstorage-loadtest

Load Test for the Firefox Sync Storage Service
https://github.com/mozilla-services/syncstorage-loadtest

loadtest molotov python

Last synced: about 1 month ago
JSON representation

Load Test for the Firefox Sync Storage Service

Awesome Lists containing this project

README

        

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!