System information
Erigon version: ./erigon --version
erigon version 2.28.1-stable-9711af6d
OS & Version: Windows/Linux/OSX
ubuntu 20.04
chain: eth
Hetzenr: AX101
CPU: AMD Ryzen™ 9 5950X
Commit hash :
Expected behaviour
eth_gasPrice
eth_estimateGas
The performance of these two methods is similar to the geth client when using the request
Actual behaviour
Test out qps performance comparison:
erigon
eth_gasPrice 4k/s
eth_estimateGas 19k/s
geth
eth_gasPrice 92k/s
eth_estimateGas 57k/s
erigon eth_gasPrice : k6 tool results

geth eth_gasPrice : k6 tool results

Steps to reproduce the behaviour
Use the stress test tool to perform the same rpc method stress test
Backtrace
System information
Erigon version:
./erigon --versionerigon version 2.28.1-stable-9711af6d
OS & Version: Windows/Linux/OSX
ubuntu 20.04
chain: eth
Hetzenr: AX101
CPU: AMD Ryzen™ 9 5950X
Commit hash :
Expected behaviour
eth_gasPrice
eth_estimateGas
The performance of these two methods is similar to the geth client when using the request
Actual behaviour
Test out qps performance comparison:
erigon
eth_gasPrice 4k/s
eth_estimateGas 19k/s
geth
eth_gasPrice 92k/s
eth_estimateGas 57k/s
erigon eth_gasPrice : k6 tool results

geth eth_gasPrice : k6 tool results

Steps to reproduce the behaviour
Use the stress test tool to perform the same rpc method stress test
Backtrace