rust-lightning/bench
Elias Rohrer 7576c89adb
Add benchmarking for FilesystemStore
We re-add benchmarking for `FilesystemStore` now that we switched over
to it.
2023-09-07 22:49:22 +02:00
..
benches Add benchmarking for FilesystemStore 2023-09-07 22:49:22 +02:00
Cargo.toml Replace std's unmaintained bench with criterion 2023-05-11 06:11:49 +00: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.