Skip to content

Commit

Permalink
Revert "Run benchmarks with --profile profiling (#5927)"
Browse files Browse the repository at this point in the history
This reverts commit 4f03d20.
  • Loading branch information
zanieb committed Sep 10, 2024
1 parent 5d1dbce commit 5a3b871
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --profile profiling --features codspeed -p bench
run: cargo codspeed build --features codspeed -p bench

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

0 comments on commit 5a3b871

Please sign in to comment.