Merge pull request #2876 from TheBlueMatt/2024-02-2863-doc-nits
[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.