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

Unified Diff: tools/perf/benchmarks/html5gaming.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/endure.py ('k') | tools/perf/benchmarks/media.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/html5gaming.py
diff --git a/tools/perf/benchmarks/html5gaming.py b/tools/perf/benchmarks/html5gaming.py
index 891703f08ac8032bf420066abd6a4b491ff3e053..95d9bda2622171664d79819a242768e7a1d223d2 100644
--- a/tools/perf/benchmarks/html5gaming.py
+++ b/tools/perf/benchmarks/html5gaming.py
@@ -16,6 +16,7 @@ from telemetry import benchmark
from telemetry.page import page_measurement
from telemetry.page import page_set
+
class _HTML5GamingMeasurement(page_measurement.PageMeasurement):
def MeasurePage(self, _, tab, results):
tab.ExecuteJavaScript('benchmark();')
@@ -28,6 +29,7 @@ class _HTML5GamingMeasurement(page_measurement.PageMeasurement):
results.Add('Score', 'score', result)
+@benchmark.Disabled
class HTML5Gaming(benchmark.Benchmark):
"""Imapct HTML5 smooth running games benchmark suite."""
test = _HTML5GamingMeasurement
« no previous file with comments | « tools/perf/benchmarks/endure.py ('k') | tools/perf/benchmarks/media.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698