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

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

Issue 2498693003: Revert of Disable system_health.common_desktop on Mac and Win10 perf bots (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/system_health.py
diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
index 40428ac90333aeb5b87259d0e4c60274adbfda30..6303fbbb7bc8be859fd3059ec518869d108d53db 100644
--- a/tools/perf/benchmarks/system_health.py
+++ b/tools/perf/benchmarks/system_health.py
@@ -49,8 +49,7 @@
def Name(cls):
return 'system_health.common_%s' % cls.PLATFORM
-@benchmark.Disabled('win10') # crbug.com/657665, crbug.com/653893
-@benchmark.Disabled('mac') # crbug.com/664661
+
class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark):
"""Desktop Chrome Energy System Health Benchmark."""
PLATFORM = 'desktop'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698