We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 821938b + 7198f56 commit 4c26372Copy full SHA for 4c26372
playbooks/dev/tx-pool-check-short.yaml
@@ -5,8 +5,8 @@ disable: false
5
config:
6
walletPrivkey: ""
7
tasks:
8
-- name: tx_pool_throughput_analysis
9
- title: "Check transaction pool throughput with 10.000 transactions"
+- name: tx_pool_latency_analysis
+ title: "Check transaction pool latency with 10.000 transactions"
10
timeout: 30m
11
12
tps: 1000
@@ -19,8 +19,8 @@ tasks:
19
20
21
waitTime: 5
22
-- name: tx_pool_latency_analysis
23
- title: "Check transaction pool latency with 10.000 transactions"
+- name: tx_pool_throughput_analysis
+ title: "Check transaction pool throughput with 10.000 transactions"
24
25
26
0 commit comments