mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Co-authored-by: Alessandro Mazza <121622391+alessandromazza98@users.noreply.github.com> Co-authored-by: Supernovahs.eth <91280922+supernovahs@users.noreply.github.com> Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
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