Skip to content

Commit e26bacc

Browse files
Refactor tx-pool-check.yaml to update transaction pool latency and throughput configurations, changing parameters to tps and duration_s for consistency and clarity.
1 parent cbe8f5d commit e26bacc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ tasks:
99
title: "Check transaction pool latency with 1.000 transactions"
1010
timeout: 5m
1111
config:
12-
txCount: 1000
13-
measureInterval: 100
14-
highLatency: 1000
15-
failOnHighLatency: true
12+
tps: 1000
13+
duration_s: 10
14+
measureInterval: 1000
1615
configVars:
1716
privateKey: "walletPrivkey"
1817
- name: tx_pool_clean
@@ -24,8 +23,9 @@ tasks:
2423
timeout: 5m
2524
title: "Check transaction pool throughput with 1.000 transactions in one second"
2625
config:
27-
qps: 1000
28-
measureInterval: 100
26+
tps: 1000
27+
duration_s: 10
28+
measureInterval: 1000
2929
configVars:
3030
privateKey: "walletPrivkey"
3131
# - name: tx_pool_clean

0 commit comments

Comments
 (0)