We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25fe78 commit 6603ee5Copy full SHA for 6603ee5
playbooks/dev/tx-pool-check-short.yaml
@@ -6,10 +6,10 @@ 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 50.000 transactions"
10
timeout: 30m
11
config:
12
- tps: 1000
+ tps: 5000
13
duration_s: 10
14
logInterval: 1000
15
configVars:
@@ -20,10 +20,10 @@ tasks:
20
21
waitTime: 5
22
- name: tx_pool_throughput_analysis
23
- title: "Check transaction pool throughput with 10.000 transactions"
+ title: "Check transaction pool throughput with 50.000 transactions"
24
25
26
27
28
29
0 commit comments