Skip to content

Commit d51a6f3

Browse files
refactor(tx_pool_check): rename and reorganize transaction pool analysis tasks for clarity and improved configuration
1 parent ed268cc commit d51a6f3

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,82 +5,82 @@ disable: false
55
config:
66
walletPrivkey: ""
77
tasks:
8-
- name: tx_pool_throughput_analysis
8+
- name: tx_pool_latency_analysis
9+
title: "Check transaction pool latency with 1.000 transactions"
910
timeout: 5m
10-
title: "Check transaction pool throughput with 1.000 transactions in one second"
1111
config:
12-
qps: 1000
12+
txCount: 1000
1313
measureInterval: 100
14+
highLatency: 1000
15+
failOnHighLatency: true
1416
configVars:
1517
privateKey: "walletPrivkey"
1618
- name: tx_pool_clean
1719
title: "Clean transaction pool"
1820
timeout: 5m
1921
config:
2022
waitTime: 5
21-
- name: tx_pool_latency_analysis
22-
title: "Check transaction pool latency with 1.000 transactions"
23+
- name: tx_pool_throughput_analysis
2324
timeout: 5m
25+
title: "Check transaction pool throughput with 1.000 transactions in one second"
2426
config:
25-
txCount: 1000
27+
qps: 1000
2628
measureInterval: 100
27-
highLatency: 1000
28-
failOnHighLatency: true
2929
configVars:
3030
privateKey: "walletPrivkey"
3131
# - name: tx_pool_clean
3232
# title: "Clean transaction pool"
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"
36+
# - name: tx_pool_latency_analysis
37+
# title: "Check transaction pool latency with 10.000 transactions"
3838
# timeout: 10m
3939
# config:
40-
# qps: 10000
40+
# txCount: 10000
4141
# measureInterval: 1000
42+
# highLatency: 5000
43+
# failOnHighLatency: true
4244
# configVars:
4345
# privateKey: "walletPrivkey"
4446
# - name: tx_pool_clean
4547
# title: "Clean transaction pool"
4648
# timeout: 10m
4749
# config:
4850
# waitTime: 5
49-
# - name: tx_pool_latency_analysis
50-
# title: "Check transaction pool latency with 10.000 transactions"
51+
# - name: tx_pool_throughput_analysis
52+
# title: "Check transaction pool throughput with 10.000 transactions in one second"
5153
# timeout: 10m
5254
# config:
53-
# txCount: 10000
55+
# qps: 10000
5456
# measureInterval: 1000
55-
# highLatency: 5000
56-
# failOnHighLatency: true
5757
# configVars:
5858
# privateKey: "walletPrivkey"
5959
# - name: tx_pool_clean
6060
# title: "Clean transaction pool"
6161
# timeout: 10m
6262
# config:
6363
# waitTime: 5
64-
# - name: tx_pool_throughput_analysis
64+
# - name: tx_pool_latency_analysis
65+
# title: "Check transaction pool latency with 15.000 transactions"
6566
# timeout: 30m
66-
# title: "Check transaction pool throughput with 15.000 transactions in one second"
6767
# config:
68-
# qps: 15000
68+
# txCount: 15000
6969
# measureInterval: 1500
70+
# highLatency: 7000
71+
# failOnHighLatency: true
7072
# configVars:
7173
# privateKey: "walletPrivkey"
7274
# - name: tx_pool_clean
7375
# title: "Clean transaction pool"
7476
# timeout: 30m
7577
# config:
7678
# waitTime: 5
77-
# - name: tx_pool_latency_analysis
78-
# title: "Check transaction pool latency with 15.000 transactions"
79+
# - name: tx_pool_throughput_analysis
7980
# timeout: 30m
81+
# title: "Check transaction pool throughput with 15.000 transactions in one second"
8082
# config:
81-
# txCount: 15000
83+
# qps: 15000
8284
# measureInterval: 1500
83-
# highLatency: 7000
84-
# failOnHighLatency: true
8585
# configVars:
8686
# privateKey: "walletPrivkey"

0 commit comments

Comments
 (0)