Merge pull request #2996 from shaavan/issue2882.2
[rust-lightning] / bench / README.md
1 This crate uses criterion to benchmark various LDK functions.
2
3 It can be run as `RUSTFLAGS=--cfg=ldk_bench cargo bench`.
4
5 For routing or other HashMap-bottlenecked functions, the `hashbrown` feature
6 should also be benchmarked.