Skip to content

Commit 3cf2215

Browse files
feat(tx_pool_check): increase transaction count and adjust measurement intervals for throughput and latency checks
1 parent 5cc7270 commit 3cf2215

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

0 commit comments

Comments
 (0)