Skip to content

Commit 351e27e

Browse files
committed
Update queryPerformance_12_Search_refresh expectation
1 parent b623782 commit 351e27e

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

0 commit comments

Comments
 (0)