We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f0124 commit bb4e1c9Copy full SHA for bb4e1c9
playbooks/dev/tx-pool-check.yaml
@@ -6,7 +6,7 @@ config:
6
walletPrivkey: ""
7
tasks:
8
- name: tx_pool_latency_analysis
9
- title: "Check transaction pool latency with 10.000 transactions"
+ title: "Check transaction pool latency with 1.000 transactions in one second, duration 10s"
10
timeout: 5m
11
config:
12
tps: 1000
@@ -34,7 +34,7 @@ tasks:
34
35
waitTime: 5
36
37
- title: "Check transaction pool latency with 25.000 transactions"
+ title: "Check transaction pool latency with 5.000 transactions in one second, duration 5s"
38
39
40
tps: 5000
0 commit comments