19
19
run_groups :
20
20
IVFFLAT :
21
21
args :
22
- nlist : [32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
23
- query_args :
24
- [[10, 15, 20, 25, 30]]
22
+ nlist : [128, 256, 512, 1024, 2048, 4096]
23
+ query_args : [[1, 10, 20, 50, 100]]
25
24
- base_args : ["@metric", "@dimension"]
26
25
constructor : MilvusIVFSQ8
27
26
disabled : false
@@ -31,10 +30,8 @@ float:
31
30
run_groups :
32
31
IVFSQ8 :
33
32
args :
34
- args :
35
- nlist : [32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
36
- query_args :
37
- [[10, 15, 20, 25, 30]]
33
+ nlist : [128, 256, 512, 1024, 2048, 4096]
34
+ query_args : [[1, 10, 20, 50, 100]]
38
35
- base_args : ["@metric", "@dimension"]
39
36
constructor : MilvusIVFPQ
40
37
disabled : false
@@ -44,10 +41,9 @@ float:
44
41
run_groups :
45
42
IVFPQ :
46
43
args :
47
- nlist : [32, 64, 128, 256, 512, 1024, 2048, 4096, 8192 ]
44
+ nlist : [128, 256, 512, 1024, 2048, 4096]
48
45
m : [2, 4]
49
- query_args :
50
- [[10, 15, 20, 25, 30]]
46
+ query_args : [[1, 10, 20, 50, 100]]
51
47
- base_args : ["@metric", "@dimension"]
52
48
constructor : MilvusHNSW
53
49
disabled : false
59
55
args :
60
56
M : [4, 8, 12, 16, 24, 36, 48, 64, 96]
61
57
efConstruction : [200, 500]
62
- query_args :
63
- [[10, 15, 20, 25, 30, 35, 40, 50, 60, 80, 120, 200, 400]]
58
+ query_args : [[10, 20, 40, 80, 120, 200, 400, 600, 800]]
64
59
- base_args : ["@metric", "@dimension"]
65
60
constructor : MilvusSCANN
66
61
disabled : false
70
65
run_groups :
71
66
SCANN :
72
67
args :
73
- nlist : [32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
74
- query_args :
75
- [[10, 15, 20, 25, 30]]
68
+ nlist : [64, 128, 256, 512, 1024, 2048, 4096, 8192]
69
+ query_args : [[1, 10, 20, 30, 50]]
0 commit comments