File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ config:
66 walletPrivkey : " "
77tasks :
88- name : tx_pool_throughput_analysis
9- title : " Check transaction pool throughput with 20 .000 transactions"
9+ title : " Check transaction pool throughput with 10 .000 transactions"
1010 timeout : 30m
1111 config :
12- qps : 20000
12+ qps : 10000
1313 measureInterval : 1000
1414 configVars :
1515 privateKey : " walletPrivkey"
@@ -19,12 +19,12 @@ tasks:
1919 config :
2020 waitTime : 5
2121- name : tx_pool_latency_analysis
22- title : " Check transaction pool latency with 20 .000 transactions"
22+ title : " Check transaction pool latency with 10 .000 transactions"
2323 timeout : 30m
2424 config :
25- txCount : 20000
25+ txCount : 10000
2626 measureInterval : 1000
27- highLatency : 5000
27+ highLatency : 3500
2828 failOnHighLatency : true
2929 configVars :
3030 privateKey : " walletPrivkey"
You can’t perform that action at this time.
0 commit comments