Bug 88202 - [perf-test] Add a benchmark of querySelector() for an element that appears in the depths in the document
Summary: [perf-test] Add a benchmark of querySelector() for an element that appears in...
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: 87625
  Show dependency treegraph
 
Reported: 2012-06-03 18:05 PDT by Kentaro Hara
Modified: 2012-06-03 20:23 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.12 KB, patch)
2012-06-03 18:12 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff
patch for landing (4.13 KB, patch)
2012-06-03 19:26 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-06-03 18:05:09 PDT
query-selector-first.html tests querySelector() for an element that appears at the head of the document. query-selector-last.html tests querySelector() for an element that appears at the tail of the document. In addition, we want a benchmark of querySelector() for an element that appears in the depths in the document.
Comment 1 Kentaro Hara 2012-06-03 18:12:02 PDT
Created attachment 145497 [details]
Patch
Comment 2 Ryosuke Niwa 2012-06-03 19:20:31 PDT
Comment on attachment 145497 [details]
Patch

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

> PerformanceTests/Parser/query-selector-deep.html:28
> +}});

Shouldn't we indent this by 4 spaces?
Comment 3 Kentaro Hara 2012-06-03 19:26:24 PDT
Created attachment 145502 [details]
patch for landing
Comment 4 WebKit Review Bot 2012-06-03 20:14:38 PDT
Comment on attachment 145502 [details]
patch for landing

Clearing flags on attachment: 145502

Committed r119368: <http://trac.webkit.org/changeset/119368>