Skip to content

Commit a256e26

Browse files
TomAugspurgerjowens
authored andcommitted
PERF: Update ASV publish config (pandas-dev#17293)
Stricter cutoffs for considering regressions [ci skip]
1 parent db11418 commit a256e26

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

asv_bench/asv.conf.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,10 @@
117117
// with results. If the commit is `null`, regression detection is
118118
// skipped for the matching benchmark.
119119
//
120-
// "regressions_first_commits": {
121-
// "some_benchmark": "352cdf", // Consider regressions only after this commit
122-
// "another_benchmark": null, // Skip regression detection altogether
123-
// }
120+
"regressions_first_commits": {
121+
"*": "v0.20.0"
122+
},
123+
"regression_thresholds": {
124+
"*": 0.05
125+
}
124126
}

0 commit comments

Comments
 (0)