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 1313 engine_config :
1414 description : " Engine config to benchmark"
1515 default : qdrant-continuous-benchmark
16+ feature_flags_all :
17+ description : " Enable all feature flags (true|false, false by default)"
18+ default : false
19+
1620
1721jobs :
1822 runManualBenchmark :
3236 export DATASETS=${{ inputs.dataset }}
3337 export ENGINE_NAME=${{ inputs.engine_config }}
3438 export POSTGRES_TABLE=benchmark_manual
39+ export QDRANT__FEATURE_FLAGS__ALL=${{ inputs.feature_flags_all }}
3540 bash -x tools/setup_ci.sh
3641 bash -x tools/run_ci.sh
Original file line number Diff line number Diff line change 1919 engine_config :
2020 description : " Engine config to benchmark"
2121 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
2228
2329jobs :
2430 prepareImage1 :
8490 export DATASETS=${{ inputs.dataset }}
8591 export ENGINE_NAME=${{ inputs.engine_config }}
8692 export POSTGRES_TABLE=benchmark_manual
93+ export QDRANT__FEATURE_FLAGS__ALL=${{ inputs.feature_flags_all_version_1 }}
8794 bash -x tools/setup_ci.sh
8895 bash -x tools/run_ci.sh
8996
@@ -120,6 +127,7 @@ jobs:
120127 export DATASETS=${{ inputs.dataset }}
121128 export ENGINE_NAME=${{ inputs.engine_config }}
122129 export POSTGRES_TABLE=benchmark_manual
130+ export QDRANT__FEATURE_FLAGS__ALL=${{ inputs.feature_flags_all_version_2 }}
123131 bash -x tools/setup_ci.sh
124132 bash -x tools/run_ci.sh
125133
You can’t perform that action at this time.
0 commit comments