mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
`cargo bench` sets `cfg(test)`, causing us to hit some test-only code in the router when benchmarking, throwing off our benchmarks substantially. Here we swap from the `unstable` feature to a more clearly internal feature (`_bench_unstable`) and also checking for it when enabling test-only code. |
||
---|---|---|
.. | ||
workflows | ||
dependabot.yml |