You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: