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

Unified Diff: tracing/tracing/ui/extras/rail/rail_score_side_panel_test.html

Issue 1357983002: Invert pain to comfort throughout tracing. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: . Created 5 years, 2 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/ui/extras/rail/rail_score_side_panel.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/extras/rail/rail_score_side_panel_test.html
diff --git a/tracing/tracing/ui/extras/rail/rail_score_side_panel_test.html b/tracing/tracing/ui/extras/rail/rail_score_side_panel_test.html
index 1a59681bcf0be824efda08c96fa237889466fe6b..aeca58550bab359d602b782dd7275e02a6ae44a2 100644
--- a/tracing/tracing/ui/extras/rail/rail_score_side_panel_test.html
+++ b/tracing/tracing/ui/extras/rail/rail_score_side_panel_test.html
@@ -36,7 +36,7 @@ tr.b.unittest.testSuite(function() {
start: 0, end: 100,
railTypeName: 'rail_idle',
normalizedEfficiency: 0.8,
- normalizedUserPain: 0.0,
+ normalizedUserComfort: 0.0,
associatedEvents: [
{
guid: 0,
@@ -52,7 +52,7 @@ tr.b.unittest.testSuite(function() {
start: 100, end: 200,
railTypeName: 'rail_response',
normalizedEfficiency: 0.92935252939242,
- normalizedUserPain: 0.24128432825823582,
+ normalizedUserComfort: 0.24128432825823582,
associatedEvents: [
{
guid: 1,
« no previous file with comments | « tracing/tracing/ui/extras/rail/rail_score_side_panel.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698