[Webkit-unassigned] [Bug 192385] New: Add "-o/--output" option to startup.py and new_tab.py benchmark scripts to save the results in json format.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 4 15:03:46 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192385

            Bug ID: 192385
           Summary: Add "-o/--output" option to startup.py and new_tab.py
                    benchmark scripts to save the results in json format.
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Macintosh
                OS: macOS 10.14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: skoppisetty at apple.com

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
                    ]
                ]
            }
        }
    }
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181204/d059b4f0/attachment.html>


More information about the webkit-unassigned mailing list