rust-lightning/bench
Elias Rohrer 545b037827
Drop no-std feature
We drop the `lightning/no-std` feature and just take
`hashbrown`,`possiblyrandom` and `libm` as required dependencies.
2024-09-18 09:07:58 +02:00
..
benches Add a benchmark for decaying a 100k channel scorer's liquidity info 2023-12-13 23:26:09 +00:00
Cargo.toml Drop no-std feature 2024-09-18 09:07:58 +02:00
README.md Drop no-std feature 2024-09-18 09:07:58 +02:00

This crate uses criterion to benchmark various LDK functions.

It can be run as RUSTFLAGS=--cfg=ldk_bench cargo bench.