Skip to content

Commit 4b8ef00

Browse files
committed
1 parent 90fb77b commit 4b8ef00

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/rundemo.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- '*'
99
jobs:
10-
InternationalizationBenchmarks:
10+
benchmarks:
1111
#runs-on: ubuntu-24.04
1212
runs-on: macos-15
1313
timeout-minutes: 30
@@ -62,6 +62,9 @@ jobs:
6262
- name: "Run InternationalizationBenchmarks with Packaged ICU Data (Again)"
6363
working-directory: swift-foundation/Benchmarks
6464
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
6568
- name: "Apply swift-foundation-icu PR #53"
6669
working-directory: swift-foundation-icu
6770
run: gh pr checkout 53
@@ -89,4 +92,7 @@ jobs:
8992
- name: "Run InternationalizationBenchmarks with External ICU Data (Again)"
9093
working-directory: swift-foundation/Benchmarks
9194
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
9298

0 commit comments

Comments
 (0)