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

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

Issue 558743003: Integration test for bypassing the proxy for a single request (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..ba6f9228b90e5aecac18eab675cfb5e78ee69ffa 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
@@ -77,6 +77,12 @@ class ChromeProxyBypass(benchmark.Benchmark):
test = measurements.ChromeProxyBypass
page_set = pagesets.BypassPageSet
+@benchmark.Enabled('android')
+class ChromeProxyBlockSingle(benchmark.Benchmark):
+ tag = 'block_single'
bengr 2014/09/16 01:49:02 Why not call this block_once?
sclittle 2014/09/16 19:06:52 Done.
+ test = measurements.ChromeProxyBlockSingle
bengr 2014/09/16 01:49:02 BlockOnce, here and everywhere.
sclittle 2014/09/16 19:06:52 Done.
+ page_set = pagesets.BlockSinglePageSet
+
@benchmark.Enabled('android')
class ChromeProxySafeBrowsing(benchmark.Benchmark):

Powered by Google App Engine
This is Rietveld 408576698