Skip to content

Commit 73c3b6c

Browse files
authored
Fix bash syntax (#266)
* Fix syntax
1 parent 1817b8a commit 73c3b6c

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
@@ -155,7 +155,7 @@ jobs:
155155
156156
# Benchmark parallel search&upload
157157
158-
export ENGINE_NAME="qdrant-continuous-benchmark-indexed-only{SUFFIX}"
158+
export ENGINE_NAME="qdrant-continuous-benchmark-indexed-only${SUFFIX}"
159159
export DATASETS="laion-small-clip"
160160
export BENCHMARK_STRATEGY="parallel"
161161
export POSTGRES_TABLE="benchmark_parallel_search_upload"

0 commit comments

Comments
 (0)