You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,9 +119,13 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
119
119
***-e, --request**_\<id\>_: echo request ID, useful to track asynchronous requests
120
120
121
121
#### Results (works for **results** and **test** commands)
122
-
***--median**_\<metric\>_: set the metric used to calculate median for multiple runs tests [loadTime]
123
-
***--specs**_\<json_or_file\>_: set the specs for performance test suite
124
-
***--reporter**_\<name\>_: set performance test suite reporter output: [dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
122
+
***-b, --breakdown**: include the breakdown of requests and bytes by mime type
123
+
***-D, --domains**: include the breakdown of requests and bytes by domain
124
+
***-p, --pagespeed**: include the PageSpeed score in the response (may be slower)
125
+
***-R, --requests**: include the request data in the response (slower and results in much larger responses)
126
+
***-m, --median**_\<metric\>_: set the metric used to calculate median for multiple runs tests [loadTime]
127
+
***-S, --specs**_\<json_or_file\>_: set the specs for performance test suite
128
+
***-r, --reporter**_\<name\>_: set performance test suite reporter output: [dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
125
129
126
130
#### Run (works for **pagespeed**, **utilization**, **request**, **timeline**, **netlog**, **console**, **waterfall** and **screenshot** commands)
127
131
***-r, --run**_\<number\>_: which run number on a multiple runs test [1]
0 commit comments