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
2008-09-02 Cameron Zwarich <cwzwarich@uwaterloo.ca>
[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
3f3186d
..
22aeb61
100644
(file)
--- 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)