Skip to content

Commit 6fc8f1b

Browse files
Update tx-pool-check.yaml to modify transaction pool latency and throughput analysis configurations, reducing transaction parameters from 10,000 to 5,000 TPS and adjusting duration and log interval settings for improved testing efficiency.
1 parent 1745335 commit 6fc8f1b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ tasks:
3434
config:
3535
waitTime: 5
3636
- name: tx_pool_latency_analysis
37-
title: "Check transaction pool latency with 10.000 transactions"
37+
title: "Check transaction pool latency with 5.000 transactions"
3838
timeout: 5m
3939
config:
40-
tps: 10000
41-
duration_s: 10
42-
logInterval: 1000
40+
tps: 5000
41+
duration_s: 5
42+
logInterval: 2000
4343
configVars:
4444
privateKey: "walletPrivkey"
4545
- name: tx_pool_clean
@@ -49,10 +49,10 @@ tasks:
4949
waitTime: 5
5050
- name: tx_pool_throughput_analysis
5151
timeout: 5m
52-
title: "Check transaction pool throughput with 10.000 transactions in one second"
52+
title: "Check transaction pool throughput with 5.000 transactions in one second"
5353
config:
54-
tps: 10000
55-
duration_s: 10
56-
logInterval: 1000
54+
tps: 5000
55+
duration_s: 5
56+
logInterval: 2000
5757
configVars:
5858
privateKey: "walletPrivkey"

0 commit comments

Comments
 (0)