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 a2abe48 commit 996ca66Copy full SHA for 996ca66
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