Skip to content

Commit db06218

Browse files
refactor(tx_pool_check): comment out outdated transaction pool analysis tasks to streamline configuration
1 parent 989ddc5 commit db06218

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -33,54 +33,54 @@ tasks:
3333
timeout: 5m
3434
config:
3535
waitTime: 5
36-
- name: tx_pool_throughput_analysis
37-
title: "Check transaction pool throughput with 10.000 transactions in one second"
38-
timeout: 10m
39-
config:
40-
qps: 10000
41-
measureInterval: 1000
42-
configVars:
43-
privateKey: "walletPrivkey"
44-
- name: tx_pool_clean
45-
title: "Clean transaction pool"
46-
timeout: 10m
47-
config:
48-
waitTime: 5
49-
- name: tx_pool_latency_analysis
50-
title: "Check transaction pool latency with 10.000 transactions"
51-
timeout: 10m
52-
config:
53-
txCount: 10000
54-
measureInterval: 1000
55-
highLatency: 5000
56-
failOnHighLatency: true
57-
configVars:
58-
privateKey: "walletPrivkey"
59-
- name: tx_pool_clean
60-
title: "Clean transaction pool"
61-
timeout: 10m
62-
config:
63-
waitTime: 5
64-
- name: tx_pool_throughput_analysis
65-
timeout: 30m
66-
title: "Check transaction pool throughput with 15.000 transactions in one second"
67-
config:
68-
qps: 15000
69-
measureInterval: 1500
70-
configVars:
71-
privateKey: "walletPrivkey"
72-
- name: tx_pool_clean
73-
title: "Clean transaction pool"
74-
timeout: 30m
75-
config:
76-
waitTime: 5
77-
- name: tx_pool_latency_analysis
78-
title: "Check transaction pool latency with 15.000 transactions"
79-
timeout: 30m
80-
config:
81-
txCount: 15000
82-
measureInterval: 1500
83-
highLatency: 7000
84-
failOnHighLatency: true
85-
configVars:
86-
privateKey: "walletPrivkey"
36+
# - name: tx_pool_throughput_analysis
37+
# title: "Check transaction pool throughput with 10.000 transactions in one second"
38+
# timeout: 10m
39+
# config:
40+
# qps: 10000
41+
# measureInterval: 1000
42+
# configVars:
43+
# privateKey: "walletPrivkey"
44+
# - name: tx_pool_clean
45+
# title: "Clean transaction pool"
46+
# timeout: 10m
47+
# config:
48+
# waitTime: 5
49+
# - name: tx_pool_latency_analysis
50+
# title: "Check transaction pool latency with 10.000 transactions"
51+
# timeout: 10m
52+
# config:
53+
# txCount: 10000
54+
# measureInterval: 1000
55+
# highLatency: 5000
56+
# failOnHighLatency: true
57+
# configVars:
58+
# privateKey: "walletPrivkey"
59+
# - name: tx_pool_clean
60+
# title: "Clean transaction pool"
61+
# timeout: 10m
62+
# config:
63+
# waitTime: 5
64+
# - name: tx_pool_throughput_analysis
65+
# timeout: 30m
66+
# title: "Check transaction pool throughput with 15.000 transactions in one second"
67+
# config:
68+
# qps: 15000
69+
# measureInterval: 1500
70+
# configVars:
71+
# privateKey: "walletPrivkey"
72+
# - name: tx_pool_clean
73+
# title: "Clean transaction pool"
74+
# timeout: 30m
75+
# config:
76+
# waitTime: 5
77+
# - name: tx_pool_latency_analysis
78+
# title: "Check transaction pool latency with 15.000 transactions"
79+
# timeout: 30m
80+
# config:
81+
# txCount: 15000
82+
# measureInterval: 1500
83+
# highLatency: 7000
84+
# failOnHighLatency: true
85+
# configVars:
86+
# privateKey: "walletPrivkey"

0 commit comments

Comments
 (0)