git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reviewed by Darin.
[WebKit-https.git]
/
SunSpider
/
resources
/
sunspider-standalone-driver.js
diff --git
a/SunSpider/resources/sunspider-standalone-driver.js
b/SunSpider/resources/sunspider-standalone-driver.js
index 7703d34fade1d28909101eee8c3f58d2f243c257..22aeb61423c0026750b6f964fc1f4801981053d7 100644
(file)
--- a/
SunSpider/resources/sunspider-standalone-driver.js
+++ b/
SunSpider/resources/sunspider-standalone-driver.js
@@
-34,6
+34,7
@@
for (var j = 0; j < tests.length; j++) {
var startTime = new Date;
load(testName);
times[j] = new Date() - startTime;
+ gc();
}
function recordResults(tests, times)