Skip to content

Commit 2ffef1e

Browse files
Merge pull request #3505 from SwiftPackageIndex/maintenance-updates
Maintenance updates
2 parents ae42e7d + bbf7197 commit 2ffef1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/AppTests/QueryPerformanceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class QueryPerformanceTests: XCTestCase {
155155
JOIN versions v ON v.package_id = p.id
156156
WHERE v.reference ->> 'branch' = r.default_branch
157157
""")
158-
try await assertQueryPerformance(query, expectedCost: 105_000, variation: 5000)
158+
try await assertQueryPerformance(query, expectedCost: 110_000, variation: 5000)
159159
}
160160

161161
}

mon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ services:
7171

7272
prometheus:
7373
# https://github.com/prometheus/prometheus/releases
74-
image: prom/prometheus:v2.55.0
74+
image: prom/prometheus:v2.55.1
7575
volumes:
7676
- prometheus_data:/prometheus
7777
command: --config.file=/prometheus.yml --storage.tsdb.retention.time=30d

0 commit comments

Comments
 (0)