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

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

Issue 48793006: [Telemetry] Disable blink_perf.web_animations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | tools/telemetry/telemetry/test_runner.py » ('j') | tools/telemetry/telemetry/test_runner.py » ('J')
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 c0e8b5298f23016441baa553e5842f70cef9d719..d1a31780b3656d5d62278a345ca204f0725cea3e 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -31,6 +31,7 @@ class BlinkPerfAnimation(test.Test):
class BlinkPerfWebAnimations(test.Test):
tag = 'web_animations'
test = blink_perf.BlinkPerf
+ enabled = False
def CreatePageSet(self, options):
path = os.path.join(util.GetChromiumSrcDir(),
« no previous file with comments | « no previous file | tools/telemetry/telemetry/test_runner.py » ('j') | tools/telemetry/telemetry/test_runner.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698