We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb9665 commit e3b7193Copy full SHA for e3b7193
tests/benchmark/bm_files.sh
@@ -41,6 +41,8 @@ then
41
file_name="basic_uint8"
42
elif [ "$BM_TYPE" = "bm-updated-fp32-single" ]; then
43
file_name="updated"
44
+elif [ "$BM_TYPE" = "bm-hnsw-disk-fp32-single" ]; then
45
+ file_name="bm-hnsw-disk-fp32-single"
46
else
47
echo "No files to download for BM_TYPE=$BM_TYPE"
48
exit 0
0 commit comments