Merge pull request #2998 from tnull/2024-04-fix-potential-lock-race-in-CM-write
[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.