WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
192385
Add "-o/--output" option to startup.py and new_tab.py benchmark scripts to save the results in json format.
https://bugs.webkit.org/show_bug.cgi?id=192385
Summary
Add "-o/--output" option to startup.py and new_tab.py benchmark scripts to sa...
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
Details
Formatted Diff
Diff
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
Details
View All
Add attachment
proposed patch, testcase, etc.
Suresh Koppisetty
Comment 1
2018-12-04 15:22:24 PST
Created
attachment 356545
[details]
Patch
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
<
rdar://problem/46791803
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug