Bug 144849 - run-benchmark should support Dromaeo
Summary: run-benchmark should support Dromaeo
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on: 144840
Blocks: 144842
  Show dependency treegraph
 
Reported: 2015-05-10 15:06 PDT by Ryosuke Niwa
Modified: 2015-05-11 16:23 PDT (History)
8 users (show)

See Also:


Attachments
Patch (6.61 KB, patch)
2015-05-10 15:23 PDT, Ryosuke Niwa
cdumez: review+
cdumez: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-05-10 15:06:04 PDT
Add the support.
Comment 1 Ryosuke Niwa 2015-05-10 15:23:58 PDT
Created attachment 252828 [details]
Patch
Comment 2 Chris Dumez 2015-05-11 14:52:04 PDT
Comment on attachment 252828 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=252828&action=review

r=me

> Tools/Scripts/webkitpy/benchmark_runner/data/patches/Dromaeo.patch:60
> ++		if ( true ) {

huh?
Comment 3 Ryosuke Niwa 2015-05-11 14:55:59 PDT
Comment on attachment 252828 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=252828&action=review

>> Tools/Scripts/webkitpy/benchmark_runner/data/patches/Dromaeo.patch:60
>> ++		if ( true ) {
> 
> huh?

The code below auto-starts the test. I'll add a comment.
Comment 4 Ryosuke Niwa 2015-05-11 16:23:06 PDT
Committed r184131: <http://trac.webkit.org/changeset/184131>