Commit 1a2715c7 authored by nednguyen's avatar nednguyen Committed by Commit bot

[Perf] Disable scheduler.tough_scheduling_cases on reference build

TBR=aiolos@chromium.org
BUG=549428
CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect

Review URL: https://codereview.chromium.org/1428883003

Cr-Commit-Position: refs/heads/master@{#357062}
parent fc39f9aa
# Copyright 2014 The Chromium Authors. All rights reserved. # Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
from telemetry import benchmark
from core import perf_benchmark from core import perf_benchmark
from measurements import smoothness from measurements import smoothness
import page_sets import page_sets
@benchmark.Disabled('reference') # crbug.com/549428
class SchedulerToughSchedulingCases(perf_benchmark.PerfBenchmark): class SchedulerToughSchedulingCases(perf_benchmark.PerfBenchmark):
"""Measures rendering statistics while interacting with pages that have """Measures rendering statistics while interacting with pages that have
challenging scheduling properties. challenging scheduling properties.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment