Skip to content

Commit

Permalink
build(benchmark): bump package-benchmark to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Apr 23, 2024
1 parent 9fe7e04 commit 56970cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Benchmarks/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "98c3a9e829f64498e01d9e9a90ac5d4529627b0871c19d2b1ca0a1dad76e5bf9",
"originHash" : "cbc3daee7c0cb109f8a884dc2c0da9f8cdae84f622c5fd785f08af1f194ee6db",
"pins" : [
{
"identity" : "hdrhistogram-swift",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ordo-one/package-benchmark",
"state" : {
"revision" : "e495d16b054737222106f51c80534a020490ac3d",
"version" : "1.22.4"
"revision" : "54b4695b671812bb9f249465d992cdb19dc4bafe",
"version" : "1.23.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
platforms: [.macOS(.v13), .iOS(.v16)],
dependencies: [
.package(name: "zyphy", path: ".."),
.package(url: "https://github.com/ordo-one/package-benchmark", from: "1.22.4"),
.package(url: "https://github.com/ordo-one/package-benchmark", from: "1.23.0"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 56970cf

Please sign in to comment.