Skip to content

Commit c0909a9

Browse files
Merge branch 'master' of https://github.com/noku-team/assertoor
2 parents 392fcd0 + 95d0195 commit c0909a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playbooks/dev/tx-pool-check-short.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ tasks:
99
title: "Check transaction pool throughput with 20.000 transactions"
1010
timeout: 30m
1111
config:
12-
qps: 5000
13-
measureInterval: 500
12+
qps: 20000
13+
measureInterval: 1000
1414
configVars:
1515
privateKey: "walletPrivkey"
1616
- name: tx_pool_clean
@@ -22,8 +22,8 @@ tasks:
2222
title: "Check transaction pool latency with 20.000 transactions"
2323
timeout: 30m
2424
config:
25-
txCount: 5000
26-
measureInterval: 500
25+
txCount: 20000
26+
measureInterval: 1000
2727
highLatency: 5000
2828
failOnHighLatency: true
2929
configVars:

0 commit comments

Comments
 (0)