aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-07-22 02:44:58 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-08-12 22:38:09 +0200
commit9e7894357e296dbe0be775e1527654729dbb71b0 (patch)
tree0e880ccb899277f19d0c13828d2e291ebc37183d /.travis.yml
parentfe3f0cc44ec6301a86de48cdc3883377932e44eb (diff)
downloadbitcoin-9e7894357e296dbe0be775e1527654729dbb71b0.tar.xz
test: speedup p2p_feefilter.py by whitelisting peers (immediate tx relay)
Most of the test time is spent in wait_for_invs() after sending to addresses, i.e. the bottleneck is in relaying transactions. By whitelisting the peers via -whitelist, the inventory is transmissioned immediately rather than on average every 5 seconds, speeding up the test significantly: before: $ time ./p2p_feefilter.py ... real 0m39.367s user 0m1.227s sys 0m0.571s with this commit: $ time ./p2p_feefilter.py ... real 0m9.386s user 0m1.120s sys 0m0.577s
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions