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

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: Renamed block_single integration test to block_once 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..4657f0f1fb4ff268582ec1bb7e3cd290fdcde190 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 ChromeProxyBlockOnce(benchmark.Benchmark):
+ tag = 'block_once'
+ test = measurements.ChromeProxyBlockOnce
+ page_set = pagesets.BlockOncePageSet
+
@benchmark.Enabled('android')
class ChromeProxySafeBrowsing(benchmark.Benchmark):

Powered by Google App Engine
This is Rietveld 408576698