Run benchmarks with --profile profiling (#5927)

## Summary

The CodSpeed flamegraphs are currently useless after
https://github.com/astral-sh/uv/pull/5745.
This commit is contained in:
Ibraheem Ahmed 2024-09-10 14:25:53 -04:00 committed by GitHub
parent cfa9299d09
commit 4f03d204df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 142 additions and 129 deletions

View file

@ -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 }