Sovereign-Labs / sovereign-sdk

A framework for building seamlessly scalable and interoperable rollups that can run on any blockchain
https://sovereign.xyz
Apache License 2.0
364 stars 104 forks source link

Create native Benchmarks for SDK #356

Open preston-evans98 opened 1 year ago

preston-evans98 commented 1 year ago

Background

Create a simple benchmark that we can use to estimate TPS on a sov-sdk rollup, ignoring DA costs. Basically, we want to make "realistic enough" STF which has some transactions that contend with each other for the same state (think sequential trades on Uniswap) and some transactions which operate on random state (think "simple transfers between random accounts"). Create a Benchmark running this suite of transactions, so that we can start measuring and optimizing performance

citizen-stig commented 1 year ago

@dubbelosix is this one ready? or is there something left?

citizen-stig commented 1 year ago

@@dubbelosix @preston-evans98 is this one still in progress?