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

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py

Issue 544463002: Integration test for data reduction proxy version header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from bolian Created 6 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
Index: tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
index 112d99cacd1dee54edb21ff0116b7ddb61000524..7364419eee4f379ca419034b3e03792586b008ba 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
@@ -70,6 +70,11 @@ class ChromeProxyHeaderValidation(benchmark.Benchmark):
test = measurements.ChromeProxyHeaders
page_set = pagesets.Top20PageSet
+@benchmark.Enabled('android')
+class ChromeProxyClientVersion(benchmark.Benchmark):
+ tag = 'client_version'
+ test = measurements.ChromeProxyClientVersion
+ page_set = pagesets.SyntheticPageSet
@benchmark.Enabled('android')
class ChromeProxyBypass(benchmark.Benchmark):

Powered by Google App Engine
This is Rietveld 408576698