Bug 121595 - Add an AngularJS test to DoYouEvenBench
Summary: Add an AngularJS test to DoYouEvenBench
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:
Blocks:
 
Reported: 2013-09-19 00:52 PDT by Ryosuke Niwa
Modified: 2013-09-19 01:13 PDT (History)
5 users (show)

See Also:


Attachments
Adds the support for AngularJS (602.52 KB, patch)
2013-09-19 00:54 PDT, Ryosuke Niwa
koivisto: 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 2013-09-19 00:52:22 PDT
Add an AngularJS test to DoYouEvenBench
Comment 1 Ryosuke Niwa 2013-09-19 00:54:15 PDT
Created attachment 212040 [details]
Adds the support for AngularJS
Comment 2 Ryosuke Niwa 2013-09-19 00:58:56 PDT
Comment on attachment 212040 [details]
Adds the support for AngularJS

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

> PerformanceTests/DoYouEvenBench/benchmark.html:158
> +    var todomvc = contentWindow.todomvc;

Huh, something is wrong with the indentation here. Will fix before landing it.
Comment 3 Ryosuke Niwa 2013-09-19 01:06:45 PDT
Committed r156088: <http://trac.webkit.org/changeset/156088>