Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Dec 17, 2024
1 parent ac108aa commit d00fd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,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 --profile profiling --features codspeed --features performance -p uv-bench
run: cargo codspeed build --profile profiling --features "codspeed,performance" -p uv-bench

- name: "Run benchmarks"
uses: CodSpeedHQ/action@v3
Expand Down

0 comments on commit d00fd00

Please sign in to comment.