bitcoindevkit / bdk

A modern, lightweight, descriptor-based wallet library written in Rust!
Other
871 stars 312 forks source link

WIP: Benchmark `TxGraph` queries #1735

Open ValuedMammal opened 1 week ago

ValuedMammal commented 1 week ago

Add bench directory to the workspace and begin benchmarking performance of tx-graph queries. I'm currently working on creating benches for these scenarios

cc #1687

Notes to the reviewers

Changelog notice

Checklists

All Submissions:

New Features:

Bugfixes:

evanlinjin commented 6 days ago

Why do we need a separate crate for benchmarks?