From fbc96bb488674cd2ab092a63d74ee71367bfd171 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 11 Apr 2024 21:38:09 -0700 Subject: [PATCH] Added comments [skip ci] --- test/t/032_ivfflat_halfvec_build_recall.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/t/032_ivfflat_halfvec_build_recall.pl b/test/t/032_ivfflat_halfvec_build_recall.pl index 89aeed8..99e9337 100644 --- a/test/t/032_ivfflat_halfvec_build_recall.pl +++ b/test/t/032_ivfflat_halfvec_build_recall.pl @@ -108,6 +108,8 @@ for my $i (0 .. $#operators) test_recall(1, 0.35, $operator); test_recall(10, 0.95, $operator); } + + # Test probes equals lists if ($operator eq "<=>") { test_recall(100, 0.985, $operator); @@ -135,6 +137,8 @@ for my $i (0 .. $#operators) test_recall(1, 0.35, $operator); test_recall(10, 0.95, $operator); } + + # Test probes equals lists if ($operator eq "<=>") { test_recall(100, 0.985, $operator);