Skip to content

Commit

Permalink
Merge pull request #86 from qdrant/feat/master-benchmark
Browse files Browse the repository at this point in the history
feat: Benchmark master in continuous benchmarks for relative comparison
  • Loading branch information
generall authored Dec 18, 2023
2 parents ef06597 + 6245acb commit c7ce533
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/continuous-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ jobs:
export GCS_SECRET=${{ secrets.GCS_SECRET }}
export POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
export POSTGRES_HOST=${{ secrets.POSTGRES_HOST }}
# Benchmark the dev branch:
export QDRANT_VERSION=dev
bash -x tools/run_ci.sh
# Benchmark the master branch:
export QDRANT_VERSION=docker/master
bash -x tools/run_ci.sh

0 comments on commit c7ce533

Please sign in to comment.