Skip to content

Commit e3b7193

Browse files
committed
Added the bm filename
1 parent 7bb9665 commit e3b7193

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/benchmark/bm_files.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ then
4141
file_name="basic_uint8"
4242
elif [ "$BM_TYPE" = "bm-updated-fp32-single" ]; then
4343
file_name="updated"
44+
elif [ "$BM_TYPE" = "bm-hnsw-disk-fp32-single" ]; then
45+
file_name="bm-hnsw-disk-fp32-single"
4446
else
4547
echo "No files to download for BM_TYPE=$BM_TYPE"
4648
exit 0

0 commit comments

Comments
 (0)