Skip to content

Commit

Permalink
PERF: Update ASV publish config (pandas-dev#17293)
Browse files Browse the repository at this point in the history
Stricter cutoffs for considering regressions

[ci skip]
  • Loading branch information
TomAugspurger authored and jowens committed Sep 20, 2017
1 parent db11418 commit a256e26
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions asv_bench/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@
// with results. If the commit is `null`, regression detection is
// skipped for the matching benchmark.
//
// "regressions_first_commits": {
// "some_benchmark": "352cdf", // Consider regressions only after this commit
// "another_benchmark": null, // Skip regression detection altogether
// }
"regressions_first_commits": {
"*": "v0.20.0"
},
"regression_thresholds": {
"*": 0.05
}
}

0 comments on commit a256e26

Please sign in to comment.