NatoliChris / diablo-benchmark

The "DIstributed Analytical BLOckchain" Benchmark Framework. (Diablo). Measures blockchains with a focus on real-world applications and workload generation.
Apache License 2.0
11 stars 8 forks source link

Spread load among nodes for ethereum clients #12

Open gauthier-voron opened 2 years ago

gauthier-voron commented 2 years ago

Ethereum clients send transactions only to their "primaryID" blockchain node. This creates a workload imbalance. We should instead spread the workload evenly among the blockchain nodes (or add an option somewhere for the user to indicate what he wants).