Skip to content

Commit 258bfb1

Browse files
authored
Rename CalendarBenchmarks to InternationalizationBenchmarks (#943)
1 parent 6c0a3e8 commit 258bfb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Benchmarks/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ let package = Package(
101101
]
102102
),
103103
.executableTarget(
104-
name: "CalendarBenchmarks",
104+
name: "InternationalizationBenchmarks",
105105
dependencies: targetDependency,
106-
path: "Benchmarks/Calendar",
106+
path: "Benchmarks/Internationalization",
107107
swiftSettings: swiftSettings,
108108
plugins: [
109109
.plugin(name: "BenchmarkPlugin", package: "package-benchmark")

0 commit comments

Comments
 (0)