Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion .github/workflows/manual-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
description: "Engine config to benchmark"
default: qdrant-continuous-benchmark
feature_flags_all:
description: "Enable all feature flags (true|false, false by default)"
type: boolean
description: "Enable all feature flags (false by default)"
default: false


Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/manual-compare-versions-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ 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), version 1"
type: boolean
description: "Enable all feature flags (false by default), version 1"
default: false
feature_flags_all_version_2:
description: "Enable all feature flags (true|false, false by default), version 2"
type: boolean
description: "Enable all feature flags (false by default), version 2"
default: false

jobs:
Expand Down