mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
DB Benchmarks
Codecs
Currently only benchmarking the encoding/decoding of Header. It can be benchmarked with two different codecs at the moment main/scale and postcard:
Main/Scale:
$ cargo bench --features bench
Postcard:
$ cargo bench --features bench-postcard