Made recall test less flaky

This commit is contained in:
Andrew Kane
2022-02-15 18:17:05 -08:00
parent e64ed39acb
commit f5458414b8

View File

@@ -82,7 +82,7 @@ foreach (@operators) {
$node->safe_psql("postgres", "CREATE INDEX ON tst USING ivfflat (v $opclass);");
# Test approximate results
test_recall(1, 0.8, $operator);
test_recall(1, 0.75, $operator);
test_recall(10, 0.95, $operator);
test_recall(100, 1.0, $operator);
}