We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--profile profiling
1 parent 5d1dbce commit 5a3b871Copy full SHA for 5a3b871
.github/workflows/ci.yml
@@ -1524,7 +1524,7 @@ jobs:
1524
cargo run --bin uv -- pip compile scripts/requirements/airflow.in --universal --exclude-newer 2024-08-08 --cache-dir .cache
1525
1526
- name: "Build benchmarks"
1527
- run: cargo codspeed build --profile profiling --features codspeed -p bench
+ run: cargo codspeed build --features codspeed -p bench
1528
1529
- name: "Run benchmarks"
1530
uses: CodSpeedHQ/action@v3
0 commit comments