We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd642f commit 9104647Copy full SHA for 9104647
asv_bench/asv.conf.json
@@ -117,8 +117,10 @@
117
// with results. If the commit is `null`, regression detection is
118
// skipped for the matching benchmark.
119
//
120
- // "regressions_first_commits": {
121
- // "some_benchmark": "352cdf", // Consider regressions only after this commit
122
- // "another_benchmark": null, // Skip regression detection altogether
123
- // }
+ "regressions_first_commits": {
+ "*": "v0.20.0"
+ },
+ "regression_thresholds": {
124
+ "*": 0.05
125
+ }
126
}
0 commit comments