From 62067b298ded074a2c8ac1ab829e2258ab37ce7f Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 2 Aug 2023 18:29:31 -0700 Subject: [PATCH] Updated test recall for inner product [skip ci] --- test/t/012_hnsw_build_recall.pl | 2 +- test/t/013_hnsw_insert_recall.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/t/012_hnsw_build_recall.pl b/test/t/012_hnsw_build_recall.pl index 911decf..d8fa2ab 100644 --- a/test/t/012_hnsw_build_recall.pl +++ b/test/t/012_hnsw_build_recall.pl @@ -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); } diff --git a/test/t/013_hnsw_insert_recall.pl b/test/t/013_hnsw_insert_recall.pl index 280d5bc..7e5ffc5 100644 --- a/test/t/013_hnsw_insert_recall.pl +++ b/test/t/013_hnsw_insert_recall.pl @@ -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); }