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

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: 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..cdfa341037d42763970c8ca08c4827b7cb920fb5 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 ChromeProxyVersionTest(benchmark.Benchmark):
bolian 2014/09/04 02:09:02 The name "Test" is implicit. Can you rename this a
bolian 2014/09/04 02:09:02 FYI: In a separate CL, if you want have this test
bengr 2014/09/04 18:42:23 Done.
bengr 2014/09/04 18:42:23 Acknowledged.
+ tag = 'version_test'
+ test = measurements.ChromeProxyVersionTest
+ page_set = pagesets.SyntheticPageSet
@benchmark.Enabled('android')
class ChromeProxyBypass(benchmark.Benchmark):

Powered by Google App Engine
This is Rietveld 408576698