We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1701b02 commit 6ddc88bCopy full SHA for 6ddc88b
bench/README.md
@@ -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