Skip to content

Commit 9891c73

Browse files
Update tx-pool-check-short.yaml to reduce transaction pool latency and throughput analysis parameters from 50,000 to 10,000 transactions, adjusting TPS to 2,000 and duration to 5 seconds for improved testing efficiency.
1 parent 6603ee5 commit 9891c73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ config:
66
walletPrivkey: ""
77
tasks:
88
- name: tx_pool_latency_analysis
9-
title: "Check transaction pool latency with 50.000 transactions"
9+
title: "Check transaction pool latency with 10.000 transactions"
1010
timeout: 30m
1111
config:
12-
tps: 5000
13-
duration_s: 10
12+
tps: 2000
13+
duration_s: 5
1414
logInterval: 1000
1515
configVars:
1616
privateKey: "walletPrivkey"
@@ -20,11 +20,11 @@ tasks:
2020
config:
2121
waitTime: 5
2222
- name: tx_pool_throughput_analysis
23-
title: "Check transaction pool throughput with 50.000 transactions"
23+
title: "Check transaction pool throughput with 10.000 transactions"
2424
timeout: 30m
2525
config:
26-
tps: 5000
27-
duration_s: 10
26+
tps: 2000
27+
duration_s: 5
2828
logInterval: 1000
2929
configVars:
3030
privateKey: "walletPrivkey"

0 commit comments

Comments
 (0)