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

Unified Diff: third_party/WebKit/PerformanceTests/resources/runner.js

Issue 2323313002: Load the test page before measurement in PerfTestRunner.measurePageLoadTime() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/PerformanceTests/resources/runner.js
diff --git a/third_party/WebKit/PerformanceTests/resources/runner.js b/third_party/WebKit/PerformanceTests/resources/runner.js
index 7874e39408daabd12c4367d6d69f1d6bb8fcbc13..53501a769bf3c7ed119d6be2ca8ee842f9354756 100644
--- a/third_party/WebKit/PerformanceTests/resources/runner.js
+++ b/third_party/WebKit/PerformanceTests/resources/runner.js
@@ -293,8 +293,8 @@ if (window.testRunner) {
PerfTestRunner.measurePageLoadTime = function(test) {
+ var file = PerfTestRunner.loadFile(test.path);
test.run = function() {
- var file = PerfTestRunner.loadFile(test.path);
if (!test.chunkSize)
this.chunkSize = 50000;
« 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