diff --git a/crates/brk_parser/README.md b/crates/brk_parser/README.md index ab085919b..91eea57e5 100644 --- a/crates/brk_parser/README.md +++ b/crates/brk_parser/README.md @@ -57,11 +57,13 @@ A state of the local chain is saved in `{bitcoindir}/blocks/blk_index_to_blk_rec ## Benchmark -| | [brk_parser](https://crates.io/crates/brk_parser) | [bitcoin-explorer (deprecated)](https://crates.io/crates/bitcoin-explorer) | [blocks_iterator](https://crates.io/crates/blocks_iterator) | +| | [brk_parser](https://crates.io/crates/brk_parser) | [bitcoin-explorer (deprecated)](https://crates.io/crates/bitcoin-explorer) | [blocks_iterator](https://crates.io/crates/blocks_iterator)* | | --- | --- | --- | --- | | Runs **with** `bitcoind` | Yes ✅ | No ❌ | Yes ✅ | | Runs **without** `bitcoind` | No ❌ | Yes ✅ | Yes ✅ | | `0..=855_000` | 4mn 10s | 4mn 45s | > 2h | | `800_000..=855_000` | 0mn 52s (4mn 10s if first run) | 0mn 55s | > 2h | +\* `blocks_iterator` is with the default config (and thus with `skip_prevout = false` which does a lot more than just iterate over blocks) so it isn't an apples to apples comparaison. Will update the benchmark with `skip_prevout = true` as soon as possible. + *Benchmarked on a Macbook Pro M3 Pro*