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

Unified Diff: tools/perf/measurements/chrome_proxy.py

Issue 292453006: Chrome proxy telemetry test: better via header checking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rm_pageset
Patch Set: check tab None. Created 6 years, 7 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 | tools/perf/metrics/chrome_proxy.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/chrome_proxy.py
diff --git a/tools/perf/measurements/chrome_proxy.py b/tools/perf/measurements/chrome_proxy.py
index b1c50840664f6f8a979c171d81db557279c9d2aa..a04df6ab13da63066a0f1ba1ce3f5575fab7fdcb 100644
--- a/tools/perf/measurements/chrome_proxy.py
+++ b/tools/perf/measurements/chrome_proxy.py
@@ -96,7 +96,7 @@ class ChromeProxyHeaders(ChromeProxyValidation):
"""Correctness measurement for response headers."""
def __init__(self):
- super(ChromeProxyHeaders, self).__init__()
+ super(ChromeProxyHeaders, self).__init__(restart_after_each_page=True)
def AddResults(self, tab, results):
self._metrics.AddResultsForHeaderValidation(tab, results)
« no previous file with comments | « no previous file | tools/perf/metrics/chrome_proxy.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698