reth
reth copied to clipboard
feat: use batch tx validation in eth validator
should close #13383
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` |