flood icon indicating copy to clipboard operation
flood copied to clipboard

`flood all` does not work

Open crisog opened this issue 1 year ago • 2 comments

Version List the versions of all flood packages you are using. 0.2.1

Platform The output of uname -a (UNIX), or version and 32 or 64-bit (Windows) Linux pop-os 6.2.6-76060206-generic #202303130630~1683753207~22.04~77c1465 SMP PREEMPT_DYNAMIC Wed M x86_64 x86_64 x86_64 GNU/Linux

Description I'm using the CLI and I can't get to run tests with all flag. Using individual calls does work, i.e. flood eth_call

I tried this command:

flood all NODE1_NAME=<REDACTED> NODE2_NAME=<REDACTED> --rates 10 100 1000 --duration 30

I expected this to work, as it is shown in the help command:

examples:
    flood eth_getBlockByNumber localhost:8545
    flood eth_getLogs localhost:8545 localhost:8546 localhost:8547
    flood all client1=0.0.0.0:8545 client2=0.0.0.0:8546 --equality

crisog avatar Jun 12 '23 19:06 crisog

this will be implemented as a "multitest" in the next major flood version

sslivkoff avatar Aug 01 '23 17:08 sslivkoff

Any news from this? It would be amazing to have a simple flood all localhost:8545 with relevant outputs.

gabrielfior avatar Aug 20 '24 19:08 gabrielfior