Bug 192385

Summary: Add "-o/--output" option to startup.py and new_tab.py benchmark scripts to save the results in json format.
Product: WebKit Reporter: Suresh Koppisetty <skoppisetty>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, ews-watchlist, rniwa, skoppisetty, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Mac   
OS: macOS 10.14   
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from ews100 for mac-sierra none

Suresh Koppisetty
Reported 2018-12-04 15:03:46 PST
Sample json output for new tab benchmark script after running with 2 iterations and 2 groups. Values are in milliseconds. { "NewTabBenchmark": { "metrics": { "Time": { "current": [ [ 410.2939453125, 307.81494140625 ], [ 340.616943359375, 265.94384765625 ] ] } } } } Sample json output for startup time benchmark script after running with 2 iterations. Values are in milliseconds. { "StartupBenchmark": { "metrics": { "Time": { "current": [ [ 1415.2099609375, 1439.552978515625 ] ] } } } }
Attachments
Patch (7.07 KB, patch)
2018-12-04 15:22 PST, Suresh Koppisetty
no flags
Archive of layout-test-results from ews100 for mac-sierra (2.77 MB, application/zip)
2018-12-04 16:42 PST, EWS Watchlist
no flags
Suresh Koppisetty
Comment 1 2018-12-04 15:22:24 PST
Suresh Koppisetty
Comment 2 2018-12-04 16:42:00 PST
Comment on attachment 356545 [details] Patch Thanks Ryosuke for reviewing. I don't think I have privileges to commit it manually. commit-queue ?
EWS Watchlist
Comment 3 2018-12-04 16:42:32 PST
Comment on attachment 356545 [details] Patch Attachment 356545 [details] did not pass mac-ews (mac): Output: https://webkit-queues.webkit.org/results/10270583 New failing tests: http/tests/misc/resource-timing-resolution.html
EWS Watchlist
Comment 4 2018-12-04 16:42:40 PST
Created attachment 356552 [details] Archive of layout-test-results from ews100 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews100 Port: mac-sierra Platform: Mac OS X 10.12.6
WebKit Commit Bot
Comment 5 2018-12-17 15:06:54 PST
Comment on attachment 356545 [details] Patch Clearing flags on attachment: 356545 Committed r239293: <https://trac.webkit.org/changeset/239293>
WebKit Commit Bot
Comment 6 2018-12-17 15:06:56 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2018-12-17 15:07:36 PST
Note You need to log in before you can comment on or make changes to this bug.