Skip to content

Commit 6f10563

Browse files
authored
Merge pull request #243 from qdrant/fix-descriptions
Fix descriptions
2 parents 000073b + 1fe9d86 commit 6f10563

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/manual-compare-versions-benchmark.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
workflow_dispatch:
99
inputs:
1010
qdrant_version_1:
11-
description: "Version of qdrant to benchmark (ghcr/<commit-id>, ghcr/my-branch, docker/v1.5.1, ghcr/dev)"
11+
description: "Version of qdrant to benchmark (ghcr/<commit-id>, ghcr/my-branch, docker/v1.5.1, ghcr/dev), version 1"
1212
default: ghcr/dev
1313
qdrant_version_2:
14-
description: "Version of qdrant to benchmark (ghcr/<commit-id>, ghcr/my-branch, docker/v1.5.1, ghcr/dev)"
14+
description: "Version of qdrant to benchmark (ghcr/<commit-id>, ghcr/my-branch, docker/v1.5.1, ghcr/dev), version 2"
1515
default: docker/master
1616
dataset:
1717
description: "Dataset to benchmark"
@@ -20,10 +20,10 @@ on:
2020
description: "Engine config to benchmark"
2121
default: qdrant-continuous-benchmark
2222
feature_flags_all_version_1:
23-
description: "Enable all feature flags (true|false, false by default)"
23+
description: "Enable all feature flags (true|false, false by default), version 1"
2424
default: false
2525
feature_flags_all_version_2:
26-
description: "Enable all feature flags (true|false, false by default)"
26+
description: "Enable all feature flags (true|false, false by default), version 2"
2727
default: false
2828

2929
jobs:

0 commit comments

Comments
 (0)