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

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

Issue 1135173007: Kill page_test.NavigateToPage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@KillNavigateToPage
Patch Set: rebaase Created 5 years, 7 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 e1fcb0a10c15af08dc15ed78b8fad1db6bdc42cf..787e38d6782ad2709612beb8972b2bd9893d346e 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
@@ -89,7 +89,10 @@ class ChromeProxyBlockOnce(ChromeProxyBenchmark):
class ChromeProxySafeBrowsingOn(ChromeProxyBenchmark):
tag = 'safebrowsing_on'
test = measurements.ChromeProxySafebrowsingOn
- page_set = pagesets.SafebrowsingPageSet
+
+ def CreateUserStorySet(self, options):
sclittle 2015/05/19 19:58:57 Why is this benchmark being changed to not use |pa
nednguyen 2015/05/19 20:18:01 Because we need to instantiate the pagesets.Safebr
+ del options # unused
+ return pagesets.SafebrowsingPageSet(expect_timeout=True)
@classmethod
def Name(cls):

Powered by Google App Engine
This is Rietveld 408576698