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

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

Issue 335923007: [Telemetry] Make our Enabled/Disabled annotations match what the bots run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yar (yet another rebase) Created 6 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/browsermark.py ('k') | tools/perf/benchmarks/chrome_proxy.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/canvasmark.py
diff --git a/tools/perf/benchmarks/canvasmark.py b/tools/perf/benchmarks/canvasmark.py
index 5e2cec028d35f1a453b6deacdacb9014f2dc6be1..911f76223f59e1762fcc64d6c23aa7cd3b00958a 100644
--- a/tools/perf/benchmarks/canvasmark.py
+++ b/tools/perf/benchmarks/canvasmark.py
@@ -46,6 +46,7 @@ class _CanvasMarkMeasurement(page_measurement.PageMeasurement):
results.Add('Score', 'score', total)
+@benchmark.Disabled
class CanvasMark(benchmark.Benchmark):
test = _CanvasMarkMeasurement
« no previous file with comments | « tools/perf/benchmarks/browsermark.py ('k') | tools/perf/benchmarks/chrome_proxy.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698