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 db5cdf6 commit 8203ac0Copy full SHA for 8203ac0
.github/file-filters.yml
@@ -264,6 +264,9 @@ run_release_for_prs: &run_release_for_prs
264
- "fastlane/**"
265
- "Makefile"
266
267
+ # Test files
268
+ - "Tests/Perf/metrics-test.yml"
269
+
270
run_lint_swift_formatting_for_prs: &run_lint_swift_formatting_for_prs
271
- "**/*.swift"
272
Tests/Perf/metrics-test.yml
@@ -11,4 +11,4 @@ startupTimeTest:
11
12
binarySizeTest:
13
diffMin: 200 KiB
14
- diffMax: 935 KiB
+ diffMax: 950 KiB
0 commit comments