File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 13
13
engine_config :
14
14
description : " Engine config to benchmark"
15
15
default : qdrant-continuous-benchmark
16
+ feature_flags_all :
17
+ description : " Enable all feature flags (true|false, false by default)"
18
+ default : false
19
+
16
20
17
21
jobs :
18
22
runManualBenchmark :
32
36
export DATASETS=${{ inputs.dataset }}
33
37
export ENGINE_NAME=${{ inputs.engine_config }}
34
38
export POSTGRES_TABLE=benchmark_manual
39
+ export QDRANT__FEATURE_FLAGS__ALL=${{ inputs.feature_flags_all }}
35
40
bash -x tools/setup_ci.sh
36
41
bash -x tools/run_ci.sh
Original file line number Diff line number Diff line change 19
19
engine_config :
20
20
description : " Engine config to benchmark"
21
21
default : qdrant-continuous-benchmark
22
+ feature_flags_all_version_1 :
23
+ description : " Enable all feature flags (true|false, false by default)"
24
+ default : false
25
+ feature_flags_all_version_2 :
26
+ description : " Enable all feature flags (true|false, false by default)"
27
+ default : false
22
28
23
29
jobs :
24
30
prepareImage1 :
84
90
export DATASETS=${{ inputs.dataset }}
85
91
export ENGINE_NAME=${{ inputs.engine_config }}
86
92
export POSTGRES_TABLE=benchmark_manual
93
+ export QDRANT__FEATURE_FLAGS__ALL=${{ inputs.feature_flags_all_version_1 }}
87
94
bash -x tools/setup_ci.sh
88
95
bash -x tools/run_ci.sh
89
96
@@ -120,6 +127,7 @@ jobs:
120
127
export DATASETS=${{ inputs.dataset }}
121
128
export ENGINE_NAME=${{ inputs.engine_config }}
122
129
export POSTGRES_TABLE=benchmark_manual
130
+ export QDRANT__FEATURE_FLAGS__ALL=${{ inputs.feature_flags_all_version_2 }}
123
131
bash -x tools/setup_ci.sh
124
132
bash -x tools/run_ci.sh
125
133
You can’t perform that action at this time.
0 commit comments