mirror of https://github.com/milvus-io/milvus.git
#89 update unittest parameter
Former-commit-id: 4692890b67109edefbd0cc0a0a5a628f6433306dpull/191/head
parent
4f5906b9bc
commit
d3d6077eb2
|
@ -550,7 +550,7 @@ TEST(FAISSTEST, BENCHMARK) {
|
|||
test_ann_hdf5("glove-200-angular", "IVF16384,SQ8", 1, {8, 128});
|
||||
#ifdef CUSTOMIZATION
|
||||
test_ann_hdf5("glove-200-angular", "IVF16384,SQ8Hybrid", 1, {8, 128});
|
||||
test_ivfsq8h_gpu("glove-200-angular", 2, {8, 128});
|
||||
test_ivfsq8h_gpu("glove-200-angular", 1, {8, 128});
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue