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

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

Issue 2140133002: [tools/perf] Remove dead code in system_health_smoke_test.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | 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_smoke_test.py
diff --git a/tools/perf/benchmarks/system_health_smoke_test.py b/tools/perf/benchmarks/system_health_smoke_test.py
index 84f5922d3617a0bff4823f4900ac160b9bce60db..95d326a3aa68550eef32d6e3a78a3544baf8b6ae 100644
--- a/tools/perf/benchmarks/system_health_smoke_test.py
+++ b/tools/perf/benchmarks/system_health_smoke_test.py
@@ -23,13 +23,6 @@ from telemetry.testing import progress_reporter
from benchmarks import system_health
-# We only cover memory system health
-_SH_BENCHMARKS_TO_SMOKE_TEST = [
- system_health.DesktopMemorySystemHealth,
- system_health.MobileMemorySystemHealth,
-]
-
-
def GetSystemHealthBenchmarksToSmokeTest():
sh_benchmark_classes = discover.DiscoverClassesInModule(
system_health, perf_benchmark.PerfBenchmark,
« 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