Skip to content

Commit c0cba43

Browse files
added redis-flat
1 parent 6987d7a commit c0cba43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

experiments/configurations/redis-single-node.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@
175175
"algorithm": "flat"
176176
},
177177
"search_params": [
178-
{ "parallel": 1, "search_params": {} },
179-
{ "parallel": 8, "search_params": {} },
180-
{ "parallel": 16, "search_params": {} },
181-
{ "parallel": 32, "search_params": {} },
182-
{ "parallel": 100, "search_params": {} }
178+
{ "parallel": 1, "search_params": {}, "algorithm": "flat" },
179+
{ "parallel": 8, "search_params": {}, "algorithm": "flat" },
180+
{ "parallel": 16, "search_params": {}, "algorithm": "flat" },
181+
{ "parallel": 32, "search_params": {}, "algorithm": "flat" },
182+
{ "parallel": 100, "search_params": {}, "algorithm": "flat" }
183183
],
184184
"upload_params": { "parallel": 32 }
185185
}

0 commit comments

Comments
 (0)