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:
Ibraheem Ahmed
2024-09-10 14:25:53 -04:00
committed by GitHub
parent cfa9299d09
commit 4f03d204df
3 changed files with 142 additions and 129 deletions

View File

@@ -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