Skip to content

Commit 64c67ee

Browse files
fix(tx_pool_analysis): reduce transaction count and adjust latency threshold for analysis
1 parent f48bccd commit 64c67ee

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
@@ -6,10 +6,10 @@ config:
66
walletPrivkey: ""
77
tasks:
88
- name: tx_pool_throughput_analysis
9-
title: "Check transaction pool throughput with 20.000 transactions"
9+
title: "Check transaction pool throughput with 10.000 transactions"
1010
timeout: 30m
1111
config:
12-
qps: 20000
12+
qps: 10000
1313
measureInterval: 1000
1414
configVars:
1515
privateKey: "walletPrivkey"
@@ -19,12 +19,12 @@ tasks:
1919
config:
2020
waitTime: 5
2121
- name: tx_pool_latency_analysis
22-
title: "Check transaction pool latency with 20.000 transactions"
22+
title: "Check transaction pool latency with 10.000 transactions"
2323
timeout: 30m
2424
config:
25-
txCount: 20000
25+
txCount: 10000
2626
measureInterval: 1000
27-
highLatency: 5000
27+
highLatency: 3500
2828
failOnHighLatency: true
2929
configVars:
3030
privateKey: "walletPrivkey"

0 commit comments

Comments
 (0)