diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-10-14 10:23:16 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-14 10:23:20 -0400 |
commit | b33c03b0cb82e57eb862542c9d331b7ceb8f3a62 (patch) | |
tree | 539e8a3bd25403751ed3270542bcd2d0c6933529 /src/interfaces/chain.cpp | |
parent | 6c7da0736d13bfb96ae934871e7699fd11a8f8f3 (diff) | |
parent | fba4baa4fa22fdf96935af1bd6b253c3ad76165f (diff) |
Merge #17124: test: speed up wallet_address_types by whitelisting peers (immediate tx relay)
fba4baa4fa22fdf96935af1bd6b253c3ad76165f test: speed up wallet_address_types by whitelisting peers (immediate tx relay) (Sebastian Falbesoner)
Pull request description:
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
```
ACKs for top commit:
fanquake:
ACK - fba4baa4fa22fdf96935af1bd6b253c3ad76165f
Tree-SHA512: 6728ae44bd8839426fa943d06af884e40c2d88de5d7807269a1e78ff987077160aa7e8d395f4468e6ca1d6f2110c7a03cd346a3339b256702f4cdabd285f7f86
Diffstat (limited to 'src/interfaces/chain.cpp')
0 files changed, 0 insertions, 0 deletions