Skip to content

Commit a7b07cc

Browse files
feat(tx_pool_check): add new tasks for transaction pool analysis and cleaning
1 parent b39af53 commit a7b07cc

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,32 @@ tasks:
8484
failOnHighLatency: true
8585
configVars:
8686
privateKey: "walletPrivkey"
87+
- name: tx_pool_clean
88+
title: "Clean transaction pool"
89+
timeout: 40m
90+
config:
91+
waitTime: 5
92+
- name: tx_pool_throughput_analysis
93+
timeout: 40m
94+
title: "Check transaction pool throughput with 20.000 transactions in one second"
95+
config:
96+
qps: 20000
97+
measureInterval: 2000
98+
configVars:
99+
privateKey: "walletPrivkey"
100+
- name: tx_pool_clean
101+
title: "Clean transaction pool"
102+
timeout: 40m
103+
config:
104+
waitTime: 5
105+
- name: tx_pool_latency_analysis
106+
title: "Check transaction pool latency with 20.000 transactions"
107+
timeout: 40m
108+
config:
109+
txCount: 20000
110+
measureInterval: 2000
111+
highLatency: 7000
112+
failOnHighLatency: true
113+
configVars:
114+
privateKey: "walletPrivkey"
115+

0 commit comments

Comments
 (0)