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

Unified Diff: tools/telemetry/telemetry/core/platform/platform_backend_unittest.py

Issue 145353012: [Telemetry] Improvements to OS X powermetrics integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 11 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/telemetry/telemetry/core/platform/mac_platform_backend.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/platform/platform_backend_unittest.py
diff --git a/tools/telemetry/telemetry/core/platform/platform_backend_unittest.py b/tools/telemetry/telemetry/core/platform/platform_backend_unittest.py
index cf064dd0932e8b4e65f20df2cd1563191b5167b3..4b4b045297bd6a7b78d29fd72dbbe52c907d175d 100644
--- a/tools/telemetry/telemetry/core/platform/platform_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/platform/platform_backend_unittest.py
@@ -16,5 +16,5 @@ class PlatformBackendTest(unittest.TestCase):
logging.warning('Test not supported on this platform.')
return
- output = backend.MonitorPowerSync(100)
+ output = backend.MonitorPowerSync(1)
self.assertTrue(output.has_key('power_samples_mw'))
« no previous file with comments | « tools/telemetry/telemetry/core/platform/mac_platform_backend.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698