mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 14:01:31 +08:00
Print operator name for failed recall test [skip ci]
This commit is contained in:
@@ -34,7 +34,7 @@ sub test_recall
|
||||
}
|
||||
}
|
||||
|
||||
cmp_ok($correct / $total, ">=", $min);
|
||||
cmp_ok($correct / $total, ">=", $min, $operator);
|
||||
}
|
||||
|
||||
# Initialize node
|
||||
|
||||
Reference in New Issue
Block a user