Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/manual-compare-versions-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
workflow_dispatch:
inputs:
qdrant_version_1:
description: "Version of qdrant to benchmark (ghcr/<commit-id>, ghcr/my-branch, docker/v1.5.1, ghcr/dev)"
description: "Version of qdrant to benchmark (ghcr/<commit-id>, ghcr/my-branch, docker/v1.5.1, ghcr/dev), version 1"
default: ghcr/dev
qdrant_version_2:
description: "Version of qdrant to benchmark (ghcr/<commit-id>, ghcr/my-branch, docker/v1.5.1, ghcr/dev)"
description: "Version of qdrant to benchmark (ghcr/<commit-id>, ghcr/my-branch, docker/v1.5.1, ghcr/dev), version 2"
default: docker/master
dataset:
description: "Dataset to benchmark"
Expand All @@ -20,10 +20,10 @@ on:
description: "Engine config to benchmark"
default: qdrant-continuous-benchmark
feature_flags_all_version_1:
description: "Enable all feature flags (true|false, false by default)"
description: "Enable all feature flags (true|false, false by default) for version 1"
default: false
feature_flags_all_version_2:
description: "Enable all feature flags (true|false, false by default)"
description: "Enable all feature flags (true|false, false by default) version 2"
default: false

jobs:
Expand Down