flood
flood copied to clipboard
`flood all` does not work
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
this will be implemented as a "multitest" in the next major flood version
Any news from this? It would be amazing to have a simple flood all localhost:8545
with relevant outputs.