[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

ojan at chromium.org ojan at chromium.org
Wed Dec 22 12:39:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5daabee709781a0fe59e772657113314f9317c15
Author: ojan at chromium.org <ojan at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 26 20:56:04 2010 +0000

    2010-08-26  Ojan Vafai  <ojan at chromium.org>
    
            Reviewed by Tony Chang.
    
            increase number of gc's in perf tests
            https://bugs.webkit.org/show_bug.cgi?id=44710
    
            Extending the speculative attempt to make the perf tests less flaky.
    
            * resources/magnitude-perf.js:
            (Magnitude._runIteration):
            (Magnitude):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66132 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 252b7d1..1c8ff55 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-08-26  Ojan Vafai  <ojan at chromium.org>
+
+        Reviewed by Tony Chang.
+
+        increase number of gc's in perf tests
+        https://bugs.webkit.org/show_bug.cgi?id=44710
+
+        Extending the speculative attempt to make the perf tests less flaky.
+
+        * resources/magnitude-perf.js:
+        (Magnitude._runIteration):
+        (Magnitude):
+
 2010-08-26  Simon Fraser  <simon.fraser at apple.com>
 
         Reviewed by Alexey Proskuryakov.
diff --git a/LayoutTests/resources/magnitude-perf.js b/LayoutTests/resources/magnitude-perf.js
index 33ffde2..3f8e397 100644
--- a/LayoutTests/resources/magnitude-perf.js
+++ b/LayoutTests/resources/magnitude-perf.js
@@ -208,6 +208,9 @@ Magnitude._runIteration = function(setup, test, magnitude, milliseconds, runsPer
             debugStr += " jsObjectCountBefore " + GCController.getJSObjectCount();
 
         // Do a gc to reduce likelihood of gc during the test run.
+        // Do multiple gc's for V8 to clear DOM wrappers.
+        GCController.collect();
+        GCController.collect();
         GCController.collect();
 
         if (GCController.getJSObjectCount)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list