I’m currently testing the performance of gravity-reth and trying to reproduce the 41k TPS result.
I used your code from:
https://github.com/Galxe/gravity_bench
together with:
https://github.com/Galxe/gravity-reth
I ran the benchmark on a Google Cloud VM with 8 vCPUs and 32 GB RAM, but the result is quite different from what you reported in the public (~ 41k tps). In my test, each block only contains around 1,500 transactions, far from the expected throughput.
Could you please share:
What machine/instance type you used (CPU, RAM, storage, network)?
Any specific configurations or tuning required when running gravity_bench?
Whether there are additional steps needed beyond the README?
Thank you very much for your time and help.