File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed
Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -5,26 +5,25 @@ disable: false
55config :
66 walletPrivkey : " "
77tasks :
8- - name : tx_pool_throughput_analysis
9- title : " Check transaction pool throughput with 10.000 transactions"
10- timeout : 30m
11- config :
12- qps : 10000
13- measureInterval : 1000
14- configVars :
15- privateKey : " walletPrivkey"
16- - name : tx_pool_clean
17- title : " Clean transaction pool"
18- timeout : 30m
19- config :
20- waitTime : 5
8+ # - name: tx_pool_throughput_analysis
9+ # title: "Check transaction pool throughput with 10.000 transactions"
10+ # timeout: 30m
11+ # config:
12+ # qps: 10000
13+ # measureInterval: 1000
14+ # configVars:
15+ # privateKey: "walletPrivkey"
16+ # - name: tx_pool_clean
17+ # title: "Clean transaction pool"
18+ # timeout: 30m
19+ # config:
20+ # waitTime: 5
2121- name : tx_pool_latency_analysis
2222 title : " Check transaction pool latency with 10.000 transactions"
2323 timeout : 30m
2424 config :
25- txCount : 10000
26- measureInterval : 1000
27- highLatency : 3500
28- failOnHighLatency : true
25+ qps : 100
26+ duration_s : 10
27+ measureInterval : 100
2928 configVars :
3029 privateKey : " walletPrivkey"
You can’t perform that action at this time.
0 commit comments