Skip to content

Commit f105251

Browse files
committed
Update QueryPerformanceTests expectations
1 parent 2478874 commit f105251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/AppTests/QueryPerformanceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ struct QueryPerformanceTests {
180180
JOIN versions v ON v.package_id = p.id
181181
WHERE v.reference ->> 'branch' = r.default_branch
182182
""")
183-
try await assertQueryPerformance(query, expectedCost: 220_000, variation: 10000)
183+
try await assertQueryPerformance(query, expectedCost: 240_000, variation: 10000)
184184
}
185185
}
186186

0 commit comments

Comments
 (0)