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

Unified Diff: log_parser/process_log.py

Issue 193121: Remove var regress/improve monitoring.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/tools/buildbot/scripts/master/
Patch Set: Created 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: log_parser/process_log.py
===================================================================
--- log_parser/process_log.py (revision 26292)
+++ log_parser/process_log.py (working copy)
@@ -266,11 +266,6 @@
elif actual['delta'] < low_perf:
self._perf_improve.append(graph_result)
- if actual['var'] > high_var:
- self._var_regress.append(graph_result)
- elif actual['var'] < low_var:
- self._var_improve.append(graph_result)
-
def PerformanceChanges(self):
# Load performance expectations for this test.
self.LoadPerformanceExpectations()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698