Skip to content

Commit 7198f56

Browse files
Swap names and titles of throughput and latency analysis tasks in tx-pool-check-short.yaml for consistency.
1 parent fa51f57 commit 7198f56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ disable: false
55
config:
66
walletPrivkey: ""
77
tasks:
8-
- name: tx_pool_throughput_analysis
9-
title: "Check transaction pool throughput with 10.000 transactions"
8+
- name: tx_pool_latency_analysis
9+
title: "Check transaction pool latency with 10.000 transactions"
1010
timeout: 30m
1111
config:
1212
tps: 1000
@@ -19,8 +19,8 @@ tasks:
1919
timeout: 30m
2020
config:
2121
waitTime: 5
22-
- name: tx_pool_latency_analysis
23-
title: "Check transaction pool latency with 10.000 transactions"
22+
- name: tx_pool_throughput_analysis
23+
title: "Check transaction pool throughput with 10.000 transactions"
2424
timeout: 30m
2525
config:
2626
tps: 1000

0 commit comments

Comments
 (0)