mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-22 22:36:36 +01:00
Firstly, we switch our BP over to use `FilesystemStore`, which also gives us test coverage and ensures the compatibility. Then, we remove the superseded `KVStorePersister` trait and the `FilesystemPersister` code. |
||
---|---|---|
.. | ||
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.