Changeset 144704 in webkit


Ignore:
Timestamp:
Mar 4, 2013 5:58:41 PM (11 years ago)
Author:
eric@webkit.org
Message:

Add PerformanceTest for document startup via iframe append/remove
https://bugs.webkit.org/show_bug.cgi?id=111389

Reviewed by Kentaro Hara.

We'd like pages with lots of iframes to be fast.
This test shows that at least for V8/Chromium we spend
all our time booting v8.

On my 32-core linux machine I see about 70 runs/sec in
Release and 5 runs/sec in Debug.

  • DOM/iframe-append-remove.html: Added.
Location:
trunk/PerformanceTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r144583 r144704  
     12013-03-04  Eric Seidel  <eric@webkit.org>
     2
     3        Add PerformanceTest for document startup via iframe append/remove
     4        https://bugs.webkit.org/show_bug.cgi?id=111389
     5
     6        Reviewed by Kentaro Hara.
     7
     8        We'd like pages with lots of iframes to be fast.
     9        This test shows that at least for V8/Chromium we spend
     10        all our time booting v8.
     11
     12        On my 32-core linux machine I see about 70 runs/sec in
     13        Release and 5 runs/sec in Debug.
     14
     15        * DOM/iframe-append-remove.html: Added.
     16
    1172013-03-03  Ryosuke Niwa  <rniwa@webkit.org>
    218
Note: See TracChangeset for help on using the changeset viewer.