mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-17 18:31:42 -05:00
* fuzz with test-fuzz
* move fuzzing to db/codecs
* add criterion & iai
* print encoded size sum on criterion benchmark
* fix BlockNumHash encode
* add gh action for benchmarks
* don't sum results
* test ci values
* Revert "test ci values"
This reverts commit cc47fd8053.
* specify criterion version
* add docs
* remove benchmark job
313 B
313 B
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