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
Our current load tests measure processing of full blocks, but those blocks are full with fairly gas intensive transactions (~100K gas).
We need additional tests that check validator performance on full blocks with cheap transactions (~20k gas), in this case validators should experience a ~5x increase in txs per block, thus ensuring that validators can cope with the tx overhead when there are many small transactions.
Additionally we want to ensure that validators continue to function well when their tx pools are full. So we need some tests that ensure validator tx pools are full for a number of blocks.
The text was updated successfully, but these errors were encountered:
Our current load tests measure processing of full blocks, but those blocks are full with fairly gas intensive transactions (~100K gas).
We need additional tests that check validator performance on full blocks with cheap transactions (~20k gas), in this case validators should experience a ~5x increase in txs per block, thus ensuring that validators can cope with the tx overhead when there are many small transactions.
Additionally we want to ensure that validators continue to function well when their tx pools are full. So we need some tests that ensure validator tx pools are full for a number of blocks.
The text was updated successfully, but these errors were encountered: