Skip to content

Commit a179189

Browse files
committed
Update query perf expectation
1 parent 1d107f8 commit a179189

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
@@ -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: 160_000, variation: 5000)
183+
try await assertQueryPerformance(query, expectedCost: 167_000, variation: 5000)
184184
}
185185
}
186186

0 commit comments

Comments
 (0)