molotov
molotov copied to clipboard
Load Testing Tool
So we don't have two workers with the same id
sometimes the multiprocess coverage misses some lines for no reason https://coveralls.io/builds/12989558 looks like a coverage bug -- it does not collect everything
metrics from the client side - [ ] number of calls - [ ] duration of request
with locust,io and all
@tarekziade, question for you.... In ailoads, we had the concept of a "user." From a testing perspective, this makes some sense because (via a loadtest), we're trying to pretend that...
from the CLI a sorted list of tests we want to run instead of scenario weights
Hi how can we get a release created for python 3.10 on pypi? The PR to upgrade the code has been completed https://github.com/loads/molotov/pull/141
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0b1 to 3.9.2. Release notes Sourced from aiohttp's releases. 3.9.2 Bug fixes Fixed server-side websocket connection leak. Related issues and pull requests on GitHub: #7978. Fixed web.FileResponse...
When running molotov in a docker container, we have to use the simple console output, but it's not as good as the normal output. Especially we don't see the successes...
This sample extension doesn't seem to work when number of processes is more than 1: https://molotov.readthedocs.io/en/stable/extending/ It makes sense because the python dictionary is not mutli-process safe. Any recommendations of...