core-lightning/contrib/pyln-testing/pyln
Rusty Russell 1274d34822 lightningd: add --dev-no-version-checks, use if SLOW_MACHINE and VALGRIND
Reduces VALGRIND=1 node_factory.line_graph(5) time on my laptop from 42s to 36s.

This is simply because forking all the subdaemons just to check the
version is very expensive under valgrind.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-07-22 16:13:44 +02:00
..
testing lightningd: add --dev-no-version-checks, use if SLOW_MACHINE and VALGRIND 2020-07-22 16:13:44 +02:00