Skip to content

Commit

Permalink
Update query perf test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Dec 16, 2024
1 parent 874aeeb commit c8b7d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AppTests/QueryPerformanceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class QueryPerformanceTests: XCTestCase {
JOIN versions v ON v.package_id = p.id
WHERE v.reference ->> 'branch' = r.default_branch
""")
try await assertQueryPerformance(query, expectedCost: 110_000, variation: 5000)
try await assertQueryPerformance(query, expectedCost: 115_000, variation: 5000)
}

}
Expand Down

0 comments on commit c8b7d32

Please sign in to comment.