]> git.bitcoin.ninja Git - rust-lightning/commit
Remove duplicate generate_routes benchmark code
authorJeffrey Czyz <jkczyz@gmail.com>
Fri, 14 Jan 2022 18:28:30 +0000 (12:28 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 20 Jan 2022 20:05:15 +0000 (14:05 -0600)
commitde6497ee44e35ed9b8869aa0246f3af8e7f87b2c
tree0436f4e813ac1d5ade697a0aeb32f0d84c69924a
parentd741fb14fa05e3ca8da01f2f38d068c02897ab31
Remove duplicate generate_routes benchmark code

Refactor generate_routes and generate_mpp_routes into a single utility
for benchmarking. The utility is parameterized with features in order to
test both single path and multi-path routing. Additionally, it is
parameterized with a Score to be used with other scorers.
lightning/src/routing/router.rs