diff --git a/Tests/AppTests/QueryPerformanceTests.swift b/Tests/AppTests/QueryPerformanceTests.swift index 6abf7b505..8d74a6db5 100644 --- a/Tests/AppTests/QueryPerformanceTests.swift +++ b/Tests/AppTests/QueryPerformanceTests.swift @@ -44,7 +44,7 @@ class QueryPerformanceTests: XCTestCase { func test_01_Search_packageMatchQuery() async throws { let query = Search.packageMatchQueryBuilder(on: app.db, terms: ["a"], filters: []) - try await assertQueryPerformance(query, expectedCost: 1500, variation: 150) + try await assertQueryPerformance(query, expectedCost: 1650, variation: 150) } func test_02_Search_keywordMatchQuery() async throws { diff --git a/mon.yml b/mon.yml index cb761a4dd..b1136c0b0 100644 --- a/mon.yml +++ b/mon.yml @@ -20,7 +20,7 @@ services: grafana: # https://github.com/grafana/grafana/releases - image: grafana/grafana:11.1.4 + image: grafana/grafana:11.1.5 environment: GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD} GF_USERS_ALLOW_SIGN_UP: 'false' @@ -71,7 +71,7 @@ services: prometheus: # https://github.com/prometheus/prometheus/releases - image: prom/prometheus:v2.54.0 + image: prom/prometheus:v2.54.1 volumes: - prometheus_data:/prometheus command: --config.file=/prometheus.yml --storage.tsdb.retention.time=30d diff --git a/restfiles/doc-test.restfile b/restfiles/doc-test.restfile index fc95ef434..bbd1cd7db 100644 --- a/restfiles/doc-test.restfile +++ b/restfiles/doc-test.restfile @@ -33,6 +33,12 @@ requests: url: ${base_url}/CoreOffice/XMLCoder/documentation validation: status: .regex((2|3)\d\d) + # Build failure due to what looks like misconfiguration: + # error: target 'Snapshotting' is not a Swift source module + # /EmergeTools/SnapshotPreviews-iOS/documentation: + # url: ${base_url}/EmergeTools/SnapshotPreviews-iOS/documentation + # validation: + # status: .regex((2|3)\d\d) /FabrizioBrancati/Queuer/documentation: url: ${base_url}/FabrizioBrancati/Queuer/documentation validation: @@ -102,6 +108,10 @@ requests: url: ${base_url}/RevenueCat/purchases-ios/documentation validation: status: .regex((2|3)\d\d) + /SwiftGraphs/Grape/documentation: + url: ${base_url}/SwiftGraphs/Grape/documentation + validation: + status: .regex((2|3)\d\d) /SwiftyLab/MetaCodable/documentation: url: ${base_url}/SwiftyLab/MetaCodable/documentation validation: @@ -373,10 +383,6 @@ requests: url: ${base_url}/krzyzanowskim/CryptoSwift/documentation validation: status: .regex((2|3)\d\d) - /SwiftGraphs/Grape/documentation: - url: ${base_url}/SwiftGraphs/Grape/documentation - validation: - status: .regex((2|3)\d\d) /liuliu/dflat/documentation: url: ${base_url}/liuliu/dflat/documentation validation: @@ -433,6 +439,10 @@ requests: url: ${base_url}/ordo-one/package-benchmark/documentation validation: status: .regex((2|3)\d\d) + /orlandos-nl/Citadel/documentation: + url: ${base_url}/orlandos-nl/Citadel/documentation + validation: + status: .regex((2|3)\d\d) /orlandos-nl/MongoKitten/documentation: url: ${base_url}/orlandos-nl/MongoKitten/documentation validation: @@ -626,6 +636,10 @@ requests: url: ${base_url}/vapor-community/PassKit/documentation validation: status: .regex((2|3)\d\d) + /vapor-community/Zip/documentation: + url: ${base_url}/vapor-community/Zip/documentation + validation: + status: .regex((2|3)\d\d) /vtourraine/AcknowList/documentation: url: ${base_url}/vtourraine/AcknowList/documentation validation: