reth icon indicating copy to clipboard operation
reth copied to clipboard

feat: use batch tx validation in eth validator

Open stevencartavia opened this issue 11 months ago • 1 comments

should close #13383

stevencartavia avatar Dec 21 '24 05:12 stevencartavia

CodSpeed Performance Report

Merging #13490 will not alter performance

Comparing stevencartavia:tx-val-batch (0650817) with main (50dfd30)

Summary

✅ 73 untouched benchmarks
🆕 4 new benchmarks
⁉️ 4 dropped benchmarks

:warning: Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main stevencartavia:tx-val-batch Change
⁉️ `prefix set preload size: 1000 input size: 1000 BTreeSet with BTreeSet:range lookup`
⁉️ `prefix set preload size: 1000 input size: 1000 BTreeSet with Iterator:any lookup`
⁉️ `prefix set preload size: 1000 input size: 1000 Vec with binary search lookup`
⁉️ `prefix set preload size: 1000 input size: 1000 Vec with custom cursor lookup`
🆕 `prefix set preload size: 1000 input size: 999 BTreeSet with BTreeSet:range lookup`
🆕 `prefix set preload size: 1000 input size: 999 BTreeSet with Iterator:any lookup`
🆕 `prefix set preload size: 1000 input size: 999 Vec with binary search lookup`
🆕 `prefix set preload size: 1000 input size: 999 Vec with custom cursor lookup`

codspeed-hq[bot] avatar Dec 21 '24 06:12 codspeed-hq[bot]