Commit d6d3d21
authored
Add PR performance gate (#8970)
* feat(ci): PR performance gate
* chore(ci): Review comments
* feat(ci): Explicitly rely on job artifacts, drop dacapo
* fix(ci): revert removal of ARTIFACTSDIR for bp-runner.fail-on-regression.yml path
* chore(ci): replace ARTIFACTSDIR by CI_PROJECT_DIR for bp-runner.fail-on-regression.yml path
* chore(ci): Move threshold to 10%
* chore(ci): Allow failure on PR gate to exercise it
* chore(ci): Disable failure but increase regression threshold (to be refined)
* chore(ci): Choose 10% as threshold.
20% was chosen due to variability of the results on unrelated changes.
After discussion in lp-sync, 20% won't get us to move forward and entice to fix the problems. So instead choose a closer threshold to 10%.1 parent 8c372e3 commit d6d3d21
File tree
2 files changed
+37
-0
lines changed- .gitlab
- benchmarks
2 files changed
+37
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
71 | 101 | | |
72 | 102 | | |
73 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments