Skip to content

2 rpc-like methods have very low performance issues #5911

Description

@rayn316

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
image

geth eth_gasPrice : k6 tool results
image

Steps to reproduce the behaviour

Use the stress test tool to perform the same rpc method stress test

Backtrace

[backtrace]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions