Updated test recall for inner product [skip ci]

This commit is contained in:
Andrew Kane
2023-08-02 18:29:31 -07:00
parent 3424b49033
commit 62067b298d
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ foreach (@operators) {
$node->safe_psql("postgres", "CREATE INDEX ON tst USING hnsw (v $opclass);");
if ($operator eq "<#>") {
test_recall(0.85, $operator);
test_recall(0.80, $operator);
} else {
test_recall(0.99, $operator);
}

View File

@@ -91,7 +91,7 @@ foreach (@operators) {
}
if ($operator eq "<#>") {
test_recall(0.85, $operator);
test_recall(0.80, $operator);
} else {
test_recall(0.99, $operator);
}