Commit 9b76359
authored
chore(dev): fix incorrect automated benchmark threshold handling (#1046)
A bug in the benchmarking report triggered a fail if the benchmark of
the branch to merge scored more than the threshold over the main branch
(ie. the merge branch is better), where it should fail if the score is
more than the threshold below the main branch.
This PR aims to fix that, and also improves reporting in case of a fail.
Kind regards,
Hans1 parent 9063215 commit 9b76359
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments