From: cwzwarich@webkit.org Date: Wed, 3 Sep 2008 02:46:47 +0000 (+0000) Subject: 2008-09-02 Cameron Zwarich X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=fb3597ab15933bcb3a5fed36d6c2191dbd103e2f;hp=be0f6bf0f06ef8b3ff743d69bfb1bf16da0b9dd0 2008-09-02 Cameron Zwarich Not reviewed. Remove a local change that was accidentally committed in r36034. * resources/sunspider-standalone-driver.js: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@36035 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/SunSpider/ChangeLog b/SunSpider/ChangeLog index 4b1b07e..aea2ed9 100644 --- a/SunSpider/ChangeLog +++ b/SunSpider/ChangeLog @@ -1,5 +1,13 @@ 2008-09-02 Cameron Zwarich + Not reviewed. + + Remove a local change that was accidentally committed in r36034. + + * resources/sunspider-standalone-driver.js: + +2008-09-02 Cameron Zwarich + Rubber-stamped by Oliver Hunt. Make SunSpider work with JavaScript shells that don't take filenames diff --git a/SunSpider/resources/sunspider-standalone-driver.js b/SunSpider/resources/sunspider-standalone-driver.js index 3f3186d..22aeb61 100644 --- a/SunSpider/resources/sunspider-standalone-driver.js +++ b/SunSpider/resources/sunspider-standalone-driver.js @@ -34,7 +34,7 @@ for (var j = 0; j < tests.length; j++) { var startTime = new Date; load(testName); times[j] = new Date() - startTime; - // gc(); + gc(); } function recordResults(tests, times)