mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-08 00:24:28 +01:00
# 100,000 nodes $ ./gossipd/test/run-bench-find_route 100000 1 > /tmp/out => 5357 msec # 1M nodes: $ /gossipd/test/run-bench-find_route 1000000 1 > /tmp/out => 55064 msec # 1M nodes with CDEBUGFLAGS='-std=gnu11 -g -fstack-protector -O3 -flto' and manual linking with '-flto': $ /gossipd/test/run-bench-find_route 1000000 1 > /tmp/out => 33501 msec Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>