From 74d89c4470d569ad90eb0aa02400282990dabbb6 Mon Sep 17 00:00:00 2001 From: tellet-q Date: Thu, 8 Aug 2024 08:37:49 +0200 Subject: [PATCH] Add smaller dataset --- .github/workflows/manual-benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-benchmark.yaml b/.github/workflows/manual-benchmark.yaml index 07b84bb2..7e19aff8 100644 --- a/.github/workflows/manual-benchmark.yaml +++ b/.github/workflows/manual-benchmark.yaml @@ -60,7 +60,7 @@ jobs: for dataset in "${!DATASET_TO_ENGINE[@]}"; do export ENGINE_NAME=${DATASET_TO_ENGINE[$dataset]} export DATASETS=$dataset - export CONTAINER_MEM_LIMIT=100mb + export CONTAINER_MEM_LIMIT=300mb # Benchmark the dev branch: export QDRANT_VERSION=ghcr/dev