Fixed flaky test [skip ci]

This commit is contained in:
Andrew Kane
2024-04-17 00:27:37 -07:00
parent 576a37e975
commit 77ec24641e

View File

@@ -98,8 +98,8 @@ for my $i (0 .. $#operators)
)); ));
# Test approximate results # Test approximate results
test_recall(1, 0.09, $operator); test_recall(1, 0.08, $operator);
test_recall(10, 0.55, $operator); test_recall(10, 0.50, $operator);
# Test probes equals lists # Test probes equals lists
test_recall(100, 1.00, $operator); test_recall(100, 1.00, $operator);
@@ -116,8 +116,8 @@ for my $i (0 .. $#operators)
like($stderr, qr/using \d+ parallel workers/); like($stderr, qr/using \d+ parallel workers/);
# Test approximate results # Test approximate results
test_recall(1, 0.09, $operator); test_recall(1, 0.08, $operator);
test_recall(10, 0.55, $operator); test_recall(10, 0.50, $operator);
# Test probes equals lists # Test probes equals lists
test_recall(100, 1.00, $operator); test_recall(100, 1.00, $operator);