Skip to content

Commit

Permalink
run benchmarks with --profile profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Sep 10, 2024
1 parent cfa9299 commit 1fc293b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 --features codspeed -p bench
run: cargo codspeed build --profile profiling --features codspeed -p bench

- name: "Run benchmarks"
uses: CodSpeedHQ/action@v3
Expand Down
2 changes: 1 addition & 1 deletion crates/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ uv-resolver = { workspace = true }
uv-types = { workspace = true }

anyhow = { workspace = true }
codspeed-criterion-compat = { version = "2.6.0", default-features = false, optional = true }
codspeed-criterion-compat = { version = "2.7.1", default-features = false, optional = true }
criterion = { version = "0.5.1", default-features = false, features = ["async_tokio"] }
jiff = { workspace = true }
tokio = { workspace = true }
Expand Down

0 comments on commit 1fc293b

Please sign in to comment.