Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mozilla-services/syncstorage-loadtest
- Owner: mozilla-services
- Created: 2017-04-21T14:08:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T16:15:18.000Z (over 2 years ago)
- Last Synced: 2024-05-09T12:22:13.476Z (8 months ago)
- Topics: loadtest, molotov, python
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 11
- Forks: 7
- 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!