We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 392fcd0 + 95d0195 commit c0909a9Copy full SHA for c0909a9
playbooks/dev/tx-pool-check-short.yaml
@@ -9,8 +9,8 @@ tasks:
9
title: "Check transaction pool throughput with 20.000 transactions"
10
timeout: 30m
11
config:
12
- qps: 5000
13
- measureInterval: 500
+ qps: 20000
+ measureInterval: 1000
14
configVars:
15
privateKey: "walletPrivkey"
16
- name: tx_pool_clean
@@ -22,8 +22,8 @@ tasks:
22
title: "Check transaction pool latency with 20.000 transactions"
23
24
25
- txCount: 5000
26
+ txCount: 20000
27
highLatency: 5000
28
failOnHighLatency: true
29
0 commit comments