Skip to content

Commit 9a9d79f

Browse files
refactor(tx_pool_check): adjust transaction counts and measurement intervals for throughput and latency checks
1 parent 2b68a70 commit 9a9d79f

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 10.000 transactions"
1010
timeout: 30m
1111
config:
12-
qps: 15000
13-
measureInterval: 1500
12+
qps: 10000
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 10.000 transactions"
2323
timeout: 30m
2424
config:
25-
txCount: 15000
26-
measureInterval: 1500
25+
txCount: 10000
26+
measureInterval: 1000
2727
highLatency: 3500
2828
failOnHighLatency: true
2929
configVars:

0 commit comments

Comments
 (0)