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

Unified Diff: tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html

Issue 2334233003: Merge NumericValue into Histogram (Closed)
Patch Set: fix rail_power_metric Created 4 years, 3 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
Index: tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
diff --git a/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html b/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
index 3a5090123e6ae52479c2c4a2c64558910bb30977..bc1dd5103ab5715cc41794b0caf1b8abbba2d79c 100644
--- a/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
+++ b/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
@@ -44,8 +44,8 @@ tr.b.unittest.testSuite(function() {
assert.isDefined(battorValue);
assert.isDefined(winQpcValue);
- assert.closeTo(battorValue.numeric.average, 3.0, 1e-5);
- assert.closeTo(winQpcValue.numeric.average, 6.0, 1e-5);
+ assert.closeTo(battorValue.average, 3.0, 1e-5);
+ assert.closeTo(winQpcValue.average, 6.0, 1e-5);
});
test('clockSyncLatencyMetric_noTelemetry', function() {

Powered by Google App Engine
This is Rietveld 408576698