flood icon indicating copy to clipboard operation
flood copied to clipboard

flood is a load testing tool for benchmarking EVM nodes over RPC

Results 13 flood issues
Sort by recently updated
recently updated
newest added

This is the start of a rewrite of flood in Rust based off the [Latte](https://github.com/pkolaczk/latte) load testing framework for Cassandra. Currently, it supports load testing of a ethereum node with...

I know from the README that the flood can be used to benchmark the Ethereum mainnet RPC client performance, whether it's a client implemented in Rust, Go or Py, because...

Hi, Can I know the recommended system requirements (e.g. CPU, Memory) for running this tool for load testing?

## Motivation I want to run only specific subset of tests for example: 1. Compare Nethermind and Erigon where erigon does have trace_* 2. Compare Nethermind and Geth where geth...

When started a run using a flood on GitHub Action I noticed that formatting is a bit broken which makes a comparision of 2 nodes harder: Would be nice to...

bug

This PR allows fixing a bug in the equality tests that incorrectly builds eth_feeHistory. we should inverse value as we are doing here https://github.com/paradigmxyz/flood/blob/03f93c494d2cf29e96a6914c1575fac745cba001/flood/generators/object_generators/call_generators.py#L90 ## PR Checklist - [ ]...

This PR allows adding add debug trace transaction to flood. ## PR Checklist - [ ] Added Tests - [ ] Added Documentation - [ ] Breaking changes

**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...

**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...

bug

**Is your feature request related to a problem? Please describe.** Currently `flood` creates the tests using sample files it downloads. The tests and data make assumptions about the state of...