File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ disable: false
55config :
66 walletPrivkey : " "
77tasks :
8- - name : tx_pool_throughput_analysis
9- title : " Check transaction pool throughput with 10.000 transactions"
8+ - name : tx_pool_latency_analysis
9+ title : " Check transaction pool latency with 10.000 transactions"
1010 timeout : 30m
1111 config :
1212 tps : 1000
13- duration_s : 30
13+ duration_s : 10
1414 measureInterval : 1000
1515 configVars :
1616 privateKey : " walletPrivkey"
@@ -19,12 +19,12 @@ tasks:
1919 timeout : 30m
2020 config :
2121 waitTime : 5
22- - name : tx_pool_latency_analysis
23- title : " Check transaction pool latency with 10.000 transactions"
22+ - name : tx_pool_throughput_analysis
23+ title : " Check transaction pool throughput with 10.000 transactions"
2424 timeout : 30m
2525 config :
2626 tps : 1000
27- duration_s : 30
27+ duration_s : 10
2828 measureInterval : 1000
2929 configVars :
30- privateKey : " walletPrivkey"
30+ privateKey : " walletPrivkey"
You can’t perform that action at this time.
0 commit comments