Skip to content

Commit d692f70

Browse files
authored
Update to latest benchmark package (#841)
Package was renamed
1 parent 9fc9c56 commit d692f70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,20 +201,20 @@ let package = Package(
201201

202202
if Context.environment["ENABLE_HB_BENCHMARKS"] != nil {
203203
package.dependencies.append(
204-
.package(url: "https://github.com/ordo-one/package-benchmark", from: "1.0.0")
204+
.package(url: "https://github.com/ordo-one/benchmark", from: "1.33.0")
205205
)
206206
package.targets.append(
207207
.executableTarget(
208208
name: "HummingbirdBenchmarks",
209209
dependencies: [
210210
"Hummingbird",
211211
"HummingbirdRouter",
212-
.product(name: "Benchmark", package: "package-benchmark"),
212+
.product(name: "Benchmark", package: "benchmark"),
213213
],
214214
path: "Benchmarks/HummingbirdBenchmarks",
215215
swiftSettings: swiftSettings,
216216
plugins: [
217-
.plugin(name: "BenchmarkPlugin", package: "package-benchmark")
217+
.plugin(name: "BenchmarkPlugin", package: "benchmark")
218218
]
219219
)
220220
)

0 commit comments

Comments
 (0)