File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -84,3 +84,32 @@ tasks:
8484 failOnHighLatency : true
8585 configVars :
8686 privateKey : " walletPrivkey"
87+ - name : tx_pool_clean
88+ title : " Clean transaction pool"
89+ timeout : 40m
90+ config :
91+ waitTime : 5
92+ - name : tx_pool_throughput_analysis
93+ timeout : 40m
94+ title : " Check transaction pool throughput with 20.000 transactions in one second"
95+ config :
96+ qps : 20000
97+ measureInterval : 2000
98+ configVars :
99+ privateKey : " walletPrivkey"
100+ - name : tx_pool_clean
101+ title : " Clean transaction pool"
102+ timeout : 40m
103+ config :
104+ waitTime : 5
105+ - name : tx_pool_latency_analysis
106+ title : " Check transaction pool latency with 20.000 transactions"
107+ timeout : 40m
108+ config :
109+ txCount : 20000
110+ measureInterval : 2000
111+ highLatency : 7000
112+ failOnHighLatency : true
113+ configVars :
114+ privateKey : " walletPrivkey"
115+
You can’t perform that action at this time.
0 commit comments