Skip to content

Commit 8203ac0

Browse files
authored
chore(ci): Bump SDK size limit to unblock PRs (#6091)
* chore(ci): Bump SDK size limit to unblock PRs * Update file filters
1 parent db5cdf6 commit 8203ac0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/file-filters.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ run_release_for_prs: &run_release_for_prs
264264
- "fastlane/**"
265265
- "Makefile"
266266

267+
# Test files
268+
- "Tests/Perf/metrics-test.yml"
269+
267270
run_lint_swift_formatting_for_prs: &run_lint_swift_formatting_for_prs
268271
- "**/*.swift"
269272

Tests/Perf/metrics-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ startupTimeTest:
1111

1212
binarySizeTest:
1313
diffMin: 200 KiB
14-
diffMax: 935 KiB
14+
diffMax: 950 KiB

0 commit comments

Comments
 (0)