mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Run benchmarks with --profile profiling (#5927)
## Summary The CodSpeed flamegraphs are currently useless after https://github.com/astral-sh/uv/pull/5745.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -1524,7 +1524,7 @@ jobs:
|
||||
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
|
||||
run: cargo codspeed build --profile profiling --features codspeed -p bench
|
||||
|
||||
- name: "Run benchmarks"
|
||||
uses: CodSpeedHQ/action@v3
|
||||
|
||||
Reference in New Issue
Block a user