Skip to content

Commit 012e076

Browse files
committed
docs(README): add a section about benchmark and profiling
1 parent c042c25 commit 012e076

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ Most blockchains separate the world state from the proof structure, typically us
88

99
### Installation
1010

11+
### Benchmarking and Profiling
12+
13+
To run a benchmark comparing this new implementation against libmdbx (as we do in Ethrex), run:
14+
15+
```bash
16+
make bench
17+
```
18+
19+
To profile using Samply, first install it:
20+
21+
```bash
22+
cargo install --locked samply
23+
```
24+
25+
Then, run the profile:
26+
27+
```bash
28+
make profile
29+
```
30+
1131
## EthrexDB MVP
1232

1333
> [!NOTE]

0 commit comments

Comments
 (0)