mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-18 21:34:48 +01:00
ddf2509227
.. which is a reasonable common ground, also supported by Debian stable. |
||
---|---|---|
.. | ||
benches | ||
Cargo.toml | ||
README.md |
This crate uses criterion to benchmark various LDK functions.
It can be run as RUSTFLAGS=--cfg=ldk_bench cargo bench
.
For routing or other HashMap-bottlenecked functions, the hashbrown
feature
should also be benchmarked.