mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
11 lines
244 B
Markdown
11 lines
244 B
Markdown
# 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:
|
||
```bash
|
||
$ cargo bench --features bench
|
||
```
|