Skip to content

Commit 6ddc88b

Browse files
committedMay 11, 2023
Add trivial README to bench to describe how to run them.
1 parent 1701b02 commit 6ddc88b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎bench/README.md

+6
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)
Please sign in to comment.