Skip to content

Commit 4d54e2d

Browse files
committed
Update queryPerformance_12_Search_refresh expectation
1 parent fc1d490 commit 4d54e2d

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
@@ -179,7 +179,7 @@ struct QueryPerformanceTests {
179179
JOIN versions v ON v.package_id = p.id
180180
WHERE v.reference ->> 'branch' = r.default_branch
181181
""")
182-
try await assertQueryPerformance(query, expectedCost: 132_000, variation: 5000)
182+
try await assertQueryPerformance(query, expectedCost: 150_000, variation: 5000)
183183
}
184184
}
185185

0 commit comments

Comments
 (0)