Skip to content

Commit 80b125c

Browse files
committed
Merge remote-tracking branch 'origin/feat/txpool-latency-qps' into feat/txpool-latency-qps
2 parents 7c9edb4 + 2e66ef5 commit 80b125c

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

playbooks/dev/tx-pool-check-short.yaml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,25 @@ disable: false
55
config:
66
walletPrivkey: ""
77
tasks:
8-
- name: tx_pool_throughput_analysis
9-
title: "Check transaction pool throughput with 10.000 transactions"
10-
timeout: 30m
11-
config:
12-
qps: 10000
13-
measureInterval: 1000
14-
configVars:
15-
privateKey: "walletPrivkey"
16-
- name: tx_pool_clean
17-
title: "Clean transaction pool"
18-
timeout: 30m
19-
config:
20-
waitTime: 5
8+
# - name: tx_pool_throughput_analysis
9+
# title: "Check transaction pool throughput with 10.000 transactions"
10+
# timeout: 30m
11+
# config:
12+
# qps: 10000
13+
# measureInterval: 1000
14+
# configVars:
15+
# privateKey: "walletPrivkey"
16+
# - name: tx_pool_clean
17+
# title: "Clean transaction pool"
18+
# timeout: 30m
19+
# config:
20+
# waitTime: 5
2121
- name: tx_pool_latency_analysis
2222
title: "Check transaction pool latency with 10.000 transactions"
2323
timeout: 30m
2424
config:
25-
txCount: 10000
26-
measureInterval: 1000
27-
highLatency: 3500
28-
failOnHighLatency: true
25+
qps: 100
26+
duration_s: 10
27+
measureInterval: 100
2928
configVars:
3029
privateKey: "walletPrivkey"

0 commit comments

Comments
 (0)