mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Fixed flaky test [skip ci]
This commit is contained in:
@@ -98,8 +98,8 @@ for my $i (0 .. $#operators)
|
||||
));
|
||||
|
||||
# Test approximate results
|
||||
test_recall(1, 0.09, $operator);
|
||||
test_recall(10, 0.55, $operator);
|
||||
test_recall(1, 0.08, $operator);
|
||||
test_recall(10, 0.50, $operator);
|
||||
|
||||
# Test probes equals lists
|
||||
test_recall(100, 1.00, $operator);
|
||||
@@ -116,8 +116,8 @@ for my $i (0 .. $#operators)
|
||||
like($stderr, qr/using \d+ parallel workers/);
|
||||
|
||||
# Test approximate results
|
||||
test_recall(1, 0.09, $operator);
|
||||
test_recall(10, 0.55, $operator);
|
||||
test_recall(1, 0.08, $operator);
|
||||
test_recall(10, 0.50, $operator);
|
||||
|
||||
# Test probes equals lists
|
||||
test_recall(100, 1.00, $operator);
|
||||
|
||||
Reference in New Issue
Block a user