molotov
molotov copied to clipboard
Load Testing Tool
(env) root@xxx-001:/home/ubuntu/scalability/molotov# molotov -p2 -w 2 -d 20 -r 10 -x 1.py **** Molotov v2.1. Happy breaking! **** Forking 2 processes This is the end for 0 This is the...
I'm getting the following TypeError when trying to set the `-p`/`--processes` argument, per the docs: https://molotov.readthedocs.io/en/stable/tutorial/?highlight=processes#running-one-scenario ```sh molotov -w 10 -p 4 -d 2 -x loadtest.py **** Molotov v2.1. Happy...
I open this ticket to try propose start sign the molotov release. This is very useful because is a way of verifying that no third party has modified the code...
## The issue Molotov 1.4 crashes when launched in multiprocess mode with extensions. OS: Windows 10 Python version: 3.5.4, 3.6.3 Stacktrace: ``` C:\tau>molotov --processes 2 --use-extension=molotov.tests.example5 blazedemo.py **** Molotov v1.4....
applied to all sessions calls unless the user explicitely uses a timeout option
see https://github.com/aio-libs/aiohttp/issues/2867#issuecomment-375278533
like boom + a warning about the fact that it's not accurrate
Let's add a full example and some documentation on using websockets inside load tests, since it's supported out of the box by aiohttp http://aiohttp.readthedocs.io/en/stable/client_quickstart.html#aiohttp-client-websockets cc @rpappalax @chartjes
When writing a molotov event handler (like in example6.py), it would make life easier to have a reference to the scenario in sending_request or response_received events (as it is done...