Changeset 150341 in webkit


Ignore:
Timestamp:
May 18, 2013 12:27:29 PM (11 years ago)
Author:
rniwa@webkit.org
Message:

Add a performance test for copying
https://bugs.webkit.org/show_bug.cgi?id=116394

Reviewed by Andreas Kling.

Added. We're going to skip this test by default since it's such a microbenchmark, and also because
it currently takes 30 minutes to run. As insane as it sounds, each copy takes rouhgly 57 seconds.

Running Interactive/CopyAll.html (1 of 1)
RESULT Interactive: CopyAll: Time= 57618.05 ms
median= 57135.0 ms, stdev= 1542.07271571 ms, min= 55095.0 ms, max= 60913.0 ms
RESULT Interactive: CopyAll: JSHeap= 102811.2 bytes
median= 103272.0 bytes, stdev= 1115.28148913 bytes, min= 100648.0 bytes, max= 103504.0 bytes
RESULT Interactive: CopyAll: Malloc= 446408712.0 bytes
median= 459156772.0 bytes, stdev= 20007346.3266 bytes, min= 415564040.0 bytes, max= 462011928.0 bytes
Finished: 1766.883236 s

  • Interactive/CopyAll.html: Added.
  • Skipped:
Location:
trunk/PerformanceTests
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r150009 r150341  
     12013-05-18  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Add a performance test for copying
     4        https://bugs.webkit.org/show_bug.cgi?id=116394
     5
     6        Reviewed by Andreas Kling.
     7
     8        Added. We're going to skip this test by default since it's such a microbenchmark, and also because
     9        it currently takes 30 minutes to run. As insane as it sounds, each copy takes rouhgly 57 seconds.
     10
     11        Running Interactive/CopyAll.html (1 of 1)
     12        RESULT Interactive: CopyAll: Time= 57618.05 ms
     13        median= 57135.0 ms, stdev= 1542.07271571 ms, min= 55095.0 ms, max= 60913.0 ms
     14        RESULT Interactive: CopyAll: JSHeap= 102811.2 bytes
     15        median= 103272.0 bytes, stdev= 1115.28148913 bytes, min= 100648.0 bytes, max= 103504.0 bytes
     16        RESULT Interactive: CopyAll: Malloc= 446408712.0 bytes
     17        median= 459156772.0 bytes, stdev= 20007346.3266 bytes, min= 415564040.0 bytes, max= 462011928.0 bytes
     18        Finished: 1766.883236 s
     19
     20        * Interactive/CopyAll.html: Added.
     21        * Skipped:
     22
    1232013-05-13  Seokju Kwon  <seokju.kwon@gmail.com>
    224
  • trunk/PerformanceTests/Skipped

    r147507 r150341  
    22DOM/TraverseChildNodes.html
    33Interactive/SelectAll.html
     4Interactive/CopyAll.html
    45
    56# Not enabled by default on some ports
Note: See TracChangeset for help on using the changeset viewer.