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

Unified Diff: tools/perf/page_sets/system_health/loading_stories.py

Issue 2012743002: [perf] Re-enable system_health.memory_* benchmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove Flipkart from the storyset Created 4 years, 6 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
« no previous file with comments | « tools/perf/benchmarks/system_health.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/system_health/loading_stories.py
diff --git a/tools/perf/page_sets/system_health/loading_stories.py b/tools/perf/page_sets/system_health/loading_stories.py
index 96e6a4f9d8d053ee5e2f3c3173ca789c1b455079..d382bbc737dad46a2d237c450ccd1f6433072d35 100644
--- a/tools/perf/page_sets/system_health/loading_stories.py
+++ b/tools/perf/page_sets/system_health/loading_stories.py
@@ -122,12 +122,6 @@ _SINGLE_PAGE_SPECS = {
_PageSpec(
name='ebay',
url='https://www.ebay.com/sch/i.html?_nkw=headphones'),
- # Using "https://" forces mobile version on desktop. The mobile page
- # (https://www.flipkart.com/search?q=nexus+5x) almost always freezes
- # due to crbug.com/611390.
- _PageSpec(
- name='flipkart',
- url={'desktop': 'http://www.flipkart.com/search?q=nexus+5x'}),
],
# Social networks.
« no previous file with comments | « tools/perf/benchmarks/system_health.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698