We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc7270 commit 3cf2215Copy full SHA for 3cf2215
playbooks/dev/tx-pool-check-short.yaml
@@ -9,8 +9,8 @@ tasks:
9
title: "Check transaction pool throughput with 10.000 transactions"
10
timeout: 30m
11
config:
12
- qps: 10000
13
- measureInterval: 1000
+ qps: 20000
+ measureInterval: 2000
14
configVars:
15
privateKey: "walletPrivkey"
16
- name: tx_pool_clean
@@ -22,9 +22,9 @@ tasks:
22
title: "Check transaction pool latency with 10.000 transactions"
23
24
25
- txCount: 10000
26
27
- highLatency: 3500
+ txCount: 20000
+ highLatency: 7000
28
failOnHighLatency: true
29
30
0 commit comments