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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ jobs:
59
59
- name: "Run InternationalizationBenchmarks with Packaged ICU Data"
60
60
working-directory: swift-foundation/Benchmarks
61
61
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
62
+
- name: "Run InternationalizationBenchmarks with Packaged ICU Data (Again)"
63
+
working-directory: swift-foundation/Benchmarks
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
62
65
- name: "Apply swift-foundation-icu PR #53"
63
66
working-directory: swift-foundation-icu
64
67
run: gh pr checkout 53
@@ -83,4 +86,7 @@ jobs:
83
86
- name: "Run InternationalizationBenchmarks with External ICU Data"
84
87
working-directory: swift-foundation/Benchmarks
85
88
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
89
+
- name: "Run InternationalizationBenchmarks with External ICU Data (Again)"
90
+
working-directory: swift-foundation/Benchmarks
91
+
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
0 commit comments