Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: PerformanceTests/resources/runner.js

Issue 1359563002: Performance tests should use GCController.collectAll instead of GCController.collect (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/resources/runner.js
diff --git a/PerformanceTests/resources/runner.js b/PerformanceTests/resources/runner.js
index 0bd3cfa1b1a530a5d52f986ad722daa710b39f2c..11a063625875bcbc36b1d3bc5da33cf42924a6a0 100644
--- a/PerformanceTests/resources/runner.js
+++ b/PerformanceTests/resources/runner.js
@@ -101,7 +101,7 @@ if (window.testRunner) {
PerfTestRunner.gc = function () {
if (window.GCController)
- window.GCController.collect();
+ window.GCController.collectAll();
else {
function gcRec(n) {
if (n < 1)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698