Add exclude-newer to benches case priming (#5554)

Uses the same cutoff that the benchmark itself uses
This commit is contained in:
konsti 2024-07-29 13:48:38 +02:00 committed by GitHub
parent 78be9a6a6b
commit 2452314f20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1487,7 +1487,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libsasl2-dev libldap2-dev libkrb5-dev
cargo run --bin uv -- venv --cache-dir .cache
cargo run --bin uv -- pip compile scripts/requirements/airflow.in --cache-dir .cache
cargo run --bin uv -- pip compile scripts/requirements/airflow.in --exclude-newer 2024-06-20 --cache-dir .cache
- name: "Build benchmarks"
run: cargo codspeed build --features codspeed -p bench