File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff 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: 100_000 , variation: 5000 )
158+ try await assertQueryPerformance ( query, expectedCost: 105_000 , variation: 5000 )
159159 }
160160
161161}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
2020
2121 grafana :
2222 # https://github.com/grafana/grafana/releases
23- image : grafana/grafana:11.2.2
23+ image : grafana/grafana:11.3.0
2424 environment :
2525 GF_SECURITY_ADMIN_PASSWORD : ${GF_SECURITY_ADMIN_PASSWORD}
2626 GF_USERS_ALLOW_SIGN_UP : ' false'
@@ -71,7 +71,7 @@ services:
7171
7272 prometheus :
7373 # https://github.com/prometheus/prometheus/releases
74- image : prom/prometheus:v2.54.1
74+ image : prom/prometheus:v2.55.0
7575 volumes :
7676 - prometheus_data:/prometheus
7777 command : --config.file=/prometheus.yml --storage.tsdb.retention.time=30d
@@ -110,7 +110,7 @@ services:
110110
111111 cadvisor :
112112 # https://github.com/google/cadvisor/releases
113- image : gcr.io/cadvisor/cadvisor:v0.50 .0
113+ image : gcr.io/cadvisor/cadvisor:v0.51 .0
114114 networks :
115115 - app_backend
116116 volumes :
Original file line number Diff line number Diff line change @@ -111,10 +111,6 @@ requests:
111111 url: ${base_url}/RevenueCat/purchases-ios/documentation
112112 validation:
113113 status: .regex((2|3)\d\d)
114- /SwiftGraphs/Grape/documentation:
115- url: ${base_url}/SwiftGraphs/Grape/documentation
116- validation:
117- status: .regex((2|3)\d\d)
118114 /SwiftyLab/MetaCodable/documentation:
119115 url: ${base_url}/SwiftyLab/MetaCodable/documentation
120116 validation:
@@ -398,6 +394,10 @@ requests:
398394 url: ${base_url}/krzyzanowskim/CryptoSwift/documentation
399395 validation:
400396 status: .regex((2|3)\d\d)
397+ /li3zhen1/Grape/documentation:
398+ url: ${base_url}/li3zhen1/Grape/documentation
399+ validation:
400+ status: .regex((2|3)\d\d)
401401 /liuliu/dflat/documentation:
402402 url: ${base_url}/liuliu/dflat/documentation
403403 validation:
You can’t perform that action at this time.
0 commit comments