Bug 162890 - Add the support for running ES6SampleBench to run-benchmark
Summary: Add the support for running ES6SampleBench to run-benchmark
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-03 22:58 PDT by Ryosuke Niwa
Modified: 2016-10-04 17:45 PDT (History)
6 users (show)

See Also:


Attachments
Adds the support (5.85 KB, patch)
2016-10-03 23:08 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Adds the support (5.09 KB, patch)
2016-10-03 23:11 PDT, Ryosuke Niwa
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2016-10-03 22:58:26 PDT
run-benchmark should be able to run ES6SampleBench.
Comment 1 Ryosuke Niwa 2016-10-03 23:08:02 PDT
Created attachment 290569 [details]
Adds the support
Comment 2 Ryosuke Niwa 2016-10-03 23:11:43 PDT
Created attachment 290570 [details]
Adds the support
Comment 3 Saam Barati 2016-10-04 01:39:00 PDT
Comment on attachment 290570 [details]
Adds the support

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

> Tools/ChangeLog:17
> +        (start): Fixe the bug that the linter will complain about the presence of "debugOutput" by

fixe => fix
Comment 4 Ryosuke Niwa 2016-10-04 17:45:06 PDT
Committed r206800: <http://trac.webkit.org/changeset/206800>