Skip to content

Commit 996ca66

Browse files
committed
Add trivial README to bench to describe how to run them.
1 parent a2abe48 commit 996ca66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bench/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

0 commit comments

Comments
 (0)