Skip to content

Commit 55973be

Browse files
committed
Bump expected costs
1 parent 741f606 commit 55973be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: 97_000, variation: 5000)
158+
try await assertQueryPerformance(query, expectedCost: 100_000, variation: 5000)
159159
}
160160

161161
}

0 commit comments

Comments
 (0)