Skip to content

Commit

Permalink
Bug 858877 - Tune fore_window and back_window config in the analysis.…
Browse files Browse the repository at this point in the history
…cfg template [r=catlee]
  • Loading branch information
mbrubeck committed Apr 12, 2013
1 parent ceb5ced commit 640cefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions treeherder/perfalert/perfalert/analysis.cfg.template
Expand Up @@ -9,10 +9,10 @@ dburl = mysql://graphserver@localhost/graphserver
statusdb = mysql://buildbot@localhost/buildbot

# How many builds to look ahead
fore_window = 5
fore_window = 12

# How many builds to look behind
back_window = 30
back_window = 12

# What t score is required to consider a change significant
threshold = 9
Expand Down

0 comments on commit 640cefe

Please sign in to comment.