Skip to content

Commit c61c575

Browse files
committed
Update query performance expectations
1 parent 6bff7fa commit c61c575

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
@@ -152,7 +152,7 @@ class QueryPerformanceTests: XCTestCase {
152152
JOIN versions v ON v.package_id = p.id
153153
WHERE v.reference ->> 'branch' = r.default_branch
154154
""")
155-
try await assertQueryPerformance(query, expectedCost: 81_000, variation: 5000)
155+
try await assertQueryPerformance(query, expectedCost: 82_000, variation: 5000)
156156
}
157157

158158
}

0 commit comments

Comments
 (0)