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

Unified Diff: tools/perf/benchmarks/page_cycler_v2.py

Issue 2013233002: [tools/perf] Disable page_cycler_v2.typical_25 benchmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/page_cycler_v2.py
diff --git a/tools/perf/benchmarks/page_cycler_v2.py b/tools/perf/benchmarks/page_cycler_v2.py
index bdb7fc4b721c0aa6ed65a4566cb2849b372e6bb0..e05c5f6e7fcb14232837f3caad9d00e418a02243 100644
--- a/tools/perf/benchmarks/page_cycler_v2.py
+++ b/tools/perf/benchmarks/page_cycler_v2.py
@@ -11,10 +11,12 @@ https://docs.google.com/document/d/1EZQX-x3eEphXupiX-Hq7T4Afju5_sIdxPWYetj7ynd0
from core import perf_benchmark
import page_sets
+from telemetry import benchmark
from telemetry.page import cache_temperature
from telemetry.timeline import tracing_category_filter
from telemetry.web_perf import timeline_based_measurement
+
class _PageCyclerV2(perf_benchmark.PerfBenchmark):
def CreateTimelineBasedMeasurementOptions(self):
cat_filter = tracing_category_filter.TracingCategoryFilter(
@@ -25,6 +27,8 @@ class _PageCyclerV2(perf_benchmark.PerfBenchmark):
tbm_options.SetTimelineBasedMetric('firstPaintMetric')
return tbm_options
+
+@benchmark.Disabled('all') # crbug.com/615178
class PageCyclerV2Typical25(_PageCyclerV2):
"""Page load time benchmark for a 25 typical web pages.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698