rust-lightning/.github
Matt Corallo c8e3078ff7 Make router benchmarks more realistic by not running test-only code
`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.
2022-02-10 22:28:38 +00:00
..
workflows Make router benchmarks more realistic by not running test-only code 2022-02-10 22:28:38 +00:00
dependabot.yml Create dependabot.yml 2022-01-18 19:39:53 +00:00