Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / tools / chrome_proxy / integration_tests / chrome_proxy_benchmark.py
index 7364419..a49f8bf 100644 (file)
@@ -82,6 +82,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):