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

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

Issue 1428883003: [Perf] Disable scheduler.tough_scheduling_cases on reference build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/scheduler.py
diff --git a/tools/perf/benchmarks/scheduler.py b/tools/perf/benchmarks/scheduler.py
index 294ff8da2f1527a2ccc9c7bf7875d8d61f8c58cf..4d10529c7c819de4b291e9310f9d397701977de3 100644
--- a/tools/perf/benchmarks/scheduler.py
+++ b/tools/perf/benchmarks/scheduler.py
@@ -1,13 +1,15 @@
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+from telemetry import benchmark
from core import perf_benchmark
-
from measurements import smoothness
+
import page_sets
+@benchmark.Disabled('reference') # crbug.com/549428
class SchedulerToughSchedulingCases(perf_benchmark.PerfBenchmark):
"""Measures rendering statistics while interacting with pages that have
challenging scheduling properties.
« 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