Bug 86810 - [perf-test] Add a binding benchmark for getElementsByTagName()
Summary: [perf-test] Add a binding benchmark for getElementsByTagName()
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: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 86581
  Show dependency treegraph
 
Reported: 2012-05-17 22:51 PDT by Kentaro Hara
Modified: 2012-05-18 02:19 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.05 KB, patch)
2012-05-17 23:00 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-05-17 22:51:37 PDT
We should remove Bindings/dom-attributes.html and instead add more reasonable micro benchmarks by classifying DOM binding call paths.

In this bug we add a benchmark for document.getElementsByTagName(). This benchmark covers 'getElementsByTagName (not in document)', 'getElementsByTagName', 'getElementsByName (not in document)' and 'getElementsByName' in Dromaeo/dom-query.html, and other DOM methods that return a NodeList.
Comment 1 Kentaro Hara 2012-05-17 23:00:23 PDT
Created attachment 142638 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-18 02:19:50 PDT
Comment on attachment 142638 [details]
Patch

Clearing flags on attachment: 142638

Committed r117568: <http://trac.webkit.org/changeset/117568>
Comment 3 WebKit Review Bot 2012-05-18 02:19:54 PDT
All reviewed patches have been landed.  Closing bug.