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

Unified Diff: tracing/tracing/value/chart_json_converter_test.html

Issue 2924103002: Copy improvement directions from telemetry to legacy_unit_info. (Closed)
Patch Set: Created 3 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 | « tracing/tracing/value/chart_json_converter.html ('k') | tracing/tracing/value/legacy_unit_info.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/chart_json_converter_test.html
diff --git a/tracing/tracing/value/chart_json_converter_test.html b/tracing/tracing/value/chart_json_converter_test.html
index b4aff0117f8872ccaadb8ed03483761dfa221088..ecb2f021d2ff2936f3293126fa14901f4aa20f3f 100644
--- a/tracing/tracing/value/chart_json_converter_test.html
+++ b/tracing/tracing/value/chart_json_converter_test.html
@@ -175,7 +175,8 @@ tr.b.unittest.testSuite(function() {
tr.v.HistogramSet.GROUPINGS.STORY_NAME.callback(hist));
assert.strictEqual(20, hist.average);
assert.strictEqual(4, hist.numValues);
- assert.strictEqual(tr.b.Unit.byName.timeDurationInMs, hist.unit);
+ assert.strictEqual(tr.b.Unit.byName.timeDurationInMs_smallerIsBetter,
+ hist.unit);
});
});
</script>
« no previous file with comments | « tracing/tracing/value/chart_json_converter.html ('k') | tracing/tracing/value/legacy_unit_info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698