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
- name: "Run InternationalizationBenchmarks with Packaged ICU Data"
60
62
working-directory: swift-foundation/Benchmarks
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
63
+
run: |
64
+
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
+
ls -lah .build/arm64-apple-macosx/debug/InternationalizationBenchmarks
62
66
- name: "Run InternationalizationBenchmarks with Packaged ICU Data (Again)"
63
67
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
68
+
run: |
69
+
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
70
+
ls -lah .build/arm64-apple-macosx/debug/InternationalizationBenchmarks
65
71
- name: "Run FormattingBenchmarks with Packaged ICU Data"
66
72
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
73
+
run: |
74
+
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
75
+
ls -lah .build/arm64-apple-macosx/debug/FormattingBenchmarks
- name: "Run InternationalizationBenchmarks with External ICU Data"
90
100
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
101
+
run: |
102
+
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
103
+
ls -lah .build/arm64-apple-macosx/debug/InternationalizationBenchmarks
92
104
- name: "Run InternationalizationBenchmarks with External ICU Data (Again)"
93
105
working-directory: swift-foundation/Benchmarks
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
106
+
run: |
107
+
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
108
+
ls -lah .build/arm64-apple-macosx/debug/InternationalizationBenchmarks
95
109
- name: "Run FormattingBenchmarks with External ICU Data"
96
110
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
111
+
run: |
112
+
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
113
+
ls -lah .build/arm64-apple-macosx/debug/FormattingBenchmarks
0 commit comments