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: 3 months ago
JSON representation
Load Test for the Firefox Sync Storage Service
- Host: GitHub
- URL: https://github.com/mozilla-services/syncstorage-loadtest
- Owner: mozilla-services
- Created: 2017-04-21T14:08:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T16:15:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T10:04:53.925Z (4 months ago)
- Topics: loadtest, molotov, python
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 10
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Code of conduct: CODE_OF_CONDUCT.md
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.pyTo 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!