paradigmxyz / flood

flood is a load testing tool for benchmarking EVM nodes over RPC
https://github.com/paradigmxyz/flood
Apache License 2.0
316 stars 44 forks source link

Report files dont build #42

Open HosseinNazem opened 1 year ago

HosseinNazem commented 1 year ago

Version 1

Platform Linux Ubuntu22.04 x64 Description Enter your issue details here. Hi Paradigm team, The problem is that when I run the command:

flood eth_getBlockByNumber https://metis-rpc.gateway.pokt.network/ --rates 5 10 15 --duration 5 --output /home/test

I only got the JSON file and the figures and other reports are not built. Then I tried to run the docker version of the Flood:

docker run -v /tmp:/tmp ghcr.io/paradigmxyz/flood eth_getBlockByNumber test1=https://metis-rpc.gateway.pokt.network/ --rates 1 2 1 --duration 5

But I got the same result. Can you please tell me what the solution is? The screenshots are also attached please take a look.

Thank you for any help you can offer image image image

### Tasks
### Tasks
YupeiChen94 commented 1 year ago

Hey @HosseinNazem, did you try running: flood report /home/test That should generate the html and jupyter notebook report files.