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

Unified Diff: tools/perf/benchmarks/blink_perf.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 | « no previous file | tools/perf/benchmarks/browsermark.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/blink_perf.py
diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py
index 27692bbfa153b33ea3d9f82575ba5a0d14f4e986..5ccb313be98b294d7c42b695bb3a083d79e07ce5 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -102,6 +102,8 @@ class BlinkPerfAll(benchmark.Benchmark):
'third_party', 'WebKit', 'PerformanceTests')
return _CreatePageSetFromPath(path)
+
+@benchmark.Disabled
class BlinkPerfAnimation(benchmark.Benchmark):
tag = 'animation'
test = _BlinkPerfMeasurement
« no previous file with comments | « no previous file | tools/perf/benchmarks/browsermark.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698