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

Parametrize start/end block ranges for all tests #47

Open Termina1 opened 1 year ago

Termina1 commented 1 year ago

Is your feature request related to a problem? Please describe. flood is good for testing eth, however its not very easy to test other networks, because it hardcodes block ranges for which it generates requests.

Describe the solution you'd like Parametrize block ranges for tests (start/end block number)

jbuice commented 11 months ago

I second this one. Telos for example deployed their EVM at block 180698860 and there are no EVM transactions before that.