Bug 86810

Summary: [perf-test] Add a binding benchmark for getElementsByTagName()
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: Tools / TestsAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 86581    
Attachments:
Description Flags
Patch none

Kentaro Hara
Reported 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.
Attachments
Patch (3.05 KB, patch)
2012-05-17 23:00 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-05-17 23:00:23 PDT
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2012-05-18 02:19:54 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.