diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2019-10-13 20:36:12 +0200 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2019-10-13 21:11:37 +0200 |
commit | fba4baa4fa22fdf96935af1bd6b253c3ad76165f (patch) | |
tree | aaa9d88f098455e772a0b61a7d1b4b117f3adcdf /contrib/macdeploy/README.md | |
parent | e82f874a2376998567ecbf9be3b979ff1db4754c (diff) |
test: speed up wallet_address_types by whitelisting peers (immediate tx relay)
approaches another part of #16613 ("Functional test suite bottlenecks")
As for wallet_backup.py (Commit 581c9be0d8bff46cd68bd6a3bf72f22d11c09aea), the
bottleneck is in relaying transactions. By whitelisting the peers, the
inventory is transmissioned immediately rather than on average every 5 seconds,
speeding up the test significantly:
before:
$ time ./wallet_address_types.py
real 1m30.072s
user 0m6.478s
sys 0m2.298s
with this PR:
$ time ./wallet_address_types.py
real 0m26.785s
user 0m5.525s
sys 0m1.888s
Diffstat (limited to 'contrib/macdeploy/README.md')
0 files changed, 0 insertions, 0 deletions