mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Increased recall queries in test
This commit is contained in:
@@ -49,7 +49,7 @@ $node->safe_psql("postgres",
|
||||
);
|
||||
|
||||
# Generate queries
|
||||
for (1..10) {
|
||||
for (1..20) {
|
||||
my $r1 = rand();
|
||||
my $r2 = rand();
|
||||
my $r3 = rand();
|
||||
|
||||
Reference in New Issue
Block a user