Skip to content

Commit a294cce

Browse files
authored
fix: Use smaller sparse dataset for faster iteration (qdrant#132)
1 parent 73bb7d1 commit a294cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
declare -A DATASET_TO_ENGINE
2626
DATASET_TO_ENGINE["laion-small-clip"]="qdrant-continuous-benchmark"
27-
DATASET_TO_ENGINE["msmarco-sparse-1M"]="qdrant-sparse-vector"
27+
DATASET_TO_ENGINE["msmarco-sparse-100K"]="qdrant-sparse-vector"
2828
2929
for dataset in "${!DATASET_TO_ENGINE[@]}"; do
3030
export ENGINE_NAME=${DATASET_TO_ENGINE[$dataset]}

0 commit comments

Comments
 (0)