Skip to content

Commit 0e06b93

Browse files
authored
ci: Performance benchmark job not failing on regression (#10126)
1 parent f8afefe commit 0e06b93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ jobs:
245245
console.log('');
246246
if (hasRegression) {
247247
console.log('⚠️ **Performance regressions detected.** Please review the changes.');
248+
process.exitCode = 1;
248249
} else if (hasImprovement) {
249250
console.log('🚀 **Performance improvements detected!** Great work!');
250251
} else {

0 commit comments

Comments
 (0)