Changeset 150781 in webkit


Ignore:
Timestamp:
May 27, 2013 3:31:02 PM (11 years ago)
Author:
benjamin@webkit.org
Message:

Add a balanced benchmark for QuerySelector
https://bugs.webkit.org/show_bug.cgi?id=116811

Reviewed by Sam Weinig.

The goal of this benchmark is to have an overview of querySelector as typically used
by webpages.

It uses queries similar to what is used by popular websites and applies somewhat
similar weighting for each type of query.

The tree used for the queries is intentionally kept simple to ensure we measure QuerySelector
a not purely the overhead of traversal.

  • CSS/QuerySelector.html: Added.
  • CSS/resources/query-selector.html: Added.
Location:
trunk/PerformanceTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r150341 r150781  
     12013-05-27  Benjamin Poulain  <benjamin@webkit.org>
     2
     3        Add a balanced benchmark for QuerySelector
     4        https://bugs.webkit.org/show_bug.cgi?id=116811
     5
     6        Reviewed by Sam Weinig.
     7
     8        The goal of this benchmark is to have an overview of querySelector as typically used
     9        by webpages.
     10
     11        It uses queries similar to what is used by popular websites and applies somewhat
     12        similar weighting for each type of query.
     13
     14        The tree used for the queries is intentionally kept simple to ensure we measure QuerySelector
     15        a not purely the overhead of traversal.
     16
     17        * CSS/QuerySelector.html: Added.
     18        * CSS/resources/query-selector.html: Added.
     19
    1202013-05-18  Ryosuke Niwa  <rniwa@webkit.org>
    221
Note: See TracChangeset for help on using the changeset viewer.