Skip to content

Commit

Permalink
fix(patch): [sc-6593] Remove dependency on package-latency-tools. (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ser-0xff authored Jul 22, 2024
1 parent b3c5e27 commit d522732
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Benchmarks/DistributedSystem/ServerAndClient.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Benchmark
import DistributedSystem
import LatencyStatistics
import LatencyTimer
import Logging
import PackageConcurrencyHelpers
Expand All @@ -11,8 +10,6 @@ public class Client: TestableClient {

let lock = Lock()

var statistics = LatencyStatistics()

var snapshotDoneReceived = false
var snapshotDoneContinuation: CheckedContinuation<Void, Never>?

Expand Down
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ let internalDependencies: [String: Range<Version>] = [
"package-benchmark": .upToNextMajor(from: "1.0.0"),
"package-concurrency-helpers": .upToNextMajor(from: "4.0.0"),
"package-consul": .upToNextMajor(from: "6.0.0"),
"package-latency-tools": .upToNextMajor(from: "1.0.0"),
]

func makeDependencies() -> [Package.Dependency] {
Expand Down Expand Up @@ -134,7 +133,6 @@ let package = Package(
.product(name: "PackageConcurrencyHelpers", package: "package-concurrency-helpers"),
.product(name: "Benchmark", package: "package-benchmark"),
.product(name: "BenchmarkPlugin", package: "package-benchmark"),
.product(name: "LatencyStatistics", package: "package-latency-tools"),
],
path: "Benchmarks/DistributedSystem",
swiftSettings: [
Expand Down

0 comments on commit d522732

Please sign in to comment.