Add basic universal benchmarks to CI (#5938)

## Summary

Resolves https://github.com/astral-sh/uv/issues/4921.
This commit is contained in:
Ibraheem Ahmed
2024-08-09 12:52:28 -04:00
committed by GitHub
parent 7fdb878fd0
commit ddb82a01c8
4 changed files with 76 additions and 51 deletions
+2 -1
View File
@@ -1494,7 +1494,8 @@ 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 --exclude-newer 2024-06-20 --cache-dir .cache
cargo run --bin uv -- pip compile scripts/requirements/jupyter.in --universal --exclude-newer 2024-08-08 --cache-dir .cache
cargo run --bin uv -- pip compile scripts/requirements/airflow.in --universal --exclude-newer 2024-08-08 --cache-dir .cache
- name: "Build benchmarks"
run: cargo codspeed build --features codspeed -p bench