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

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

Issue 100653004: [Telemetry] Disable spaceport and tough_canvas_cases on mac. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years 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 | tools/perf/benchmarks/spaceport.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 0d3a8364f3b94e3b1de65768a09acd0c6f78391a..25e69825d6caefa251f6d39a2167c8eeb5880f28 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -1,6 +1,9 @@
# Copyright (c) 2013 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.
+
+import sys
+
from telemetry import test
from measurements import smoothness
@@ -16,6 +19,7 @@ class SmoothnessTop25(test.Test):
class SmoothnessToughCanvasCases(test.Test):
test = smoothness.Smoothness
+ enabled = sys.platform != 'darwin'
page_set = 'page_sets/tough_canvas_cases.json'
« no previous file with comments | « no previous file | tools/perf/benchmarks/spaceport.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698