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): |