rust-lightning/bench
Elias Rohrer ddf2509227
Bump MSRV to rustc 1.63.0 and edition to 2021
.. which is a reasonable common ground, also supported by Debian stable.
2023-12-08 14:03:45 +01:00
..
benches Add an option to make the success probability estimation nonlinear 2023-09-20 18:32:21 +00:00
Cargo.toml Bump MSRV to rustc 1.63.0 and edition to 2021 2023-12-08 14:03:45 +01:00
README.md Add trivial README to bench to describe how to run them. 2023-05-11 06:11:51 +00:00

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.