Skip to content

Commit 5a3b871

Browse files
committed
Revert "Run benchmarks with --profile profiling (#5927)"
This reverts commit 4f03d20.
1 parent 5d1dbce commit 5a3b871

File tree

3 files changed

+129
-142
lines changed

3 files changed

+129
-142
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ jobs:
15241524
cargo run --bin uv -- pip compile scripts/requirements/airflow.in --universal --exclude-newer 2024-08-08 --cache-dir .cache
15251525
15261526
- name: "Build benchmarks"
1527-
run: cargo codspeed build --profile profiling --features codspeed -p bench
1527+
run: cargo codspeed build --features codspeed -p bench
15281528

15291529
- name: "Run benchmarks"
15301530
uses: CodSpeedHQ/action@v3

0 commit comments

Comments
 (0)