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

Unified Diff: scripts/slave/recipe_modules/auto_bisect_staging/bisector.py

Issue 2494253002: Posting to dashboard only the number of observations. (Closed)
Patch Set: Rebasing Created 4 years, 1 month 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 | scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/auto_bisect_staging/bisector.py
diff --git a/scripts/slave/recipe_modules/auto_bisect_staging/bisector.py b/scripts/slave/recipe_modules/auto_bisect_staging/bisector.py
index d3c7ecb9f69f2d2378fa85d93bbf0465c5bf7506..0a84b7250e7e49fa97f30e8042e9fda77219203f 100644
--- a/scripts/slave/recipe_modules/auto_bisect_staging/bisector.py
+++ b/scripts/slave/recipe_modules/auto_bisect_staging/bisector.py
@@ -810,7 +810,7 @@ class Bisector(object):
'revision_string': r.revision_string(),
'mean_value': r.mean,
'std_dev': r.std_dev,
- 'values': r.display_values,
+ 'n_observations': len(r.display_values),
'result': 'good' if r.good else 'bad' if r.bad else 'unknown',
})
return revision_rows
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698