You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lightningd: use static buffer for common log path.
This speeds logging slightly, but most of the time is actually
spent in fflush() (which we need).
Result:
FAILED tests/test_connection.py::test_bench - assert 51.54966354370117 == 0
Signed-off-by: Rusty Russell <[email protected]>
0 commit comments