mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 04:48:18 +00:00
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:
parent
cfa9299d09
commit
4f03d204df
3 changed files with 142 additions and 129 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue