Summary: | Add the support for running Speedometer 2.0 to run-benchmark | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> | ||||
Component: | Tools / Tests | Assignee: | Ryosuke Niwa <rniwa> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | cdumez, dewei_zhu, ews-watchlist, glenn, koivisto, lforschler, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Ryosuke Niwa
2018-01-28 23:37:53 PST
Created attachment 332514 [details]
Adds the support
Comment on attachment 332514 [details] Adds the support View in context: https://bugs.webkit.org/attachment.cgi?id=332514&action=review > Tools/Scripts/webkitpy/benchmark_runner/data/plans/speedometer2.plan:5 > + "svn_source": "https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/Speedometer/@0", > + "webserver_benchmark_patch": "data/patches/webserver/Speedometer2.patch", Does this cover StyleBench too? (In reply to Antti Koivisto from comment #3) > Comment on attachment 332514 [details] > Adds the support > > View in context: > https://bugs.webkit.org/attachment.cgi?id=332514&action=review > > > Tools/Scripts/webkitpy/benchmark_runner/data/plans/speedometer2.plan:5 > > + "svn_source": "https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/Speedometer/@0", > > + "webserver_benchmark_patch": "data/patches/webserver/Speedometer2.patch", > > Does this cover StyleBench too? No, we have to add a new plan file. Committed r227739: <https://trac.webkit.org/changeset/227739> |