Improved recall test

This commit is contained in:
Andrew Kane
2024-03-31 22:42:34 -07:00
parent 3fc734fb36
commit 17e0058927

View File

@@ -94,7 +94,7 @@ for my $i (0 .. $#operators)
));
# Test approximate results
my $min = $operator eq "<#>" ? 0.80 : 0.99;
my $min = $operator eq "<#>" ? 0.95 : 0.99;
test_recall($min, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;");