Changeset 131689 in webkit


Ignore:
Timestamp:
Oct 17, 2012 6:33:56 PM (12 years ago)
Author:
rniwa@webkit.org
Message:

Bump up the number of iterations of html5-full-render to 5
https://bugs.webkit.org/show_bug.cgi?id=99657

Reviewed by Andreas Kling.

Now that html5-full-render.html runs in less than 15 seconds after r131553,
we can afford to get 5 instead of 2 samples.

  • Parser/html5-full-render.html:
Location:
trunk/PerformanceTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r131651 r131689  
     12012-10-17  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Bump up the number of iterations of html5-full-render to 5
     4        https://bugs.webkit.org/show_bug.cgi?id=99657
     5
     6        Reviewed by Andreas Kling.
     7
     8        Now that html5-full-render.html runs in less than 15 seconds after r131553,
     9        we can afford to get 5 instead of 2 samples.
     10
     11        * Parser/html5-full-render.html:
     12
    1132012-10-17  Ryosuke Niwa  <rniwa@webkit.org>
    214
  • trunk/PerformanceTests/Parser/html5-full-render.html

    r131553 r131689  
    5050        loadChunkedSpecIntoIframe(iframe);
    5151        document.body.removeChild(iframe);
    52     }, runCount: 2});
     52    }, runCount: 5});
    5353}
    5454
Note: See TracChangeset for help on using the changeset viewer.