You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/rundemo.yml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ on:
7
7
branches:
8
8
- '*'
9
9
jobs:
10
-
InternationalizationBenchmarks:
10
+
benchmarks:
11
11
#runs-on: ubuntu-24.04
12
12
runs-on: macos-15
13
13
timeout-minutes: 30
@@ -62,6 +62,9 @@ jobs:
62
62
- name: "Run InternationalizationBenchmarks with Packaged ICU Data (Again)"
63
63
working-directory: swift-foundation/Benchmarks
64
64
run: USE_PACKAGE=1 SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
65
+
- name: "Run FormattingBenchmarks with Packaged ICU Data"
66
+
working-directory: swift-foundation/Benchmarks
67
+
run: USE_PACKAGE=1 SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run FormattingBenchmarks
65
68
- name: "Apply swift-foundation-icu PR #53"
66
69
working-directory: swift-foundation-icu
67
70
run: gh pr checkout 53
@@ -89,4 +92,7 @@ jobs:
89
92
- name: "Run InternationalizationBenchmarks with External ICU Data (Again)"
90
93
working-directory: swift-foundation/Benchmarks
91
94
run: USE_PACKAGE=1 SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
95
+
- name: "Run FormattingBenchmarks with External ICU Data"
96
+
working-directory: swift-foundation/Benchmarks
97
+
run: USE_PACKAGE=1 SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run FormattingBenchmarks
0 commit comments