Merge pull request #3001 from optout21/splicing-feature-bit-with-any
[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.