mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-02 10:40:57 +08:00
Made recall test less flaky
This commit is contained in:
@@ -7,7 +7,7 @@ use Test::More tests => 9;
|
||||
my $node;
|
||||
my @queries = ();
|
||||
my @expected;
|
||||
my $limit = 30;
|
||||
my $limit = 20;
|
||||
|
||||
sub test_recall
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user