Merge pull request #3036 from TheBlueMatt/2024-05-filter-color
[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.