uv/crates/install-wheel-rs/src
konsti f63a1fde42
Fix span recording with install_wheel_rs (#3293)
We would only record spans for `uv` prefixed crates, while the rayon
operations are in `install_wheel_rs`, therefore "disappearing" spans
from rayon.

With these changes, we can profile the parallel installation:


![jupyter](https://github.com/astral-sh/uv/assets/6826232/bb3c626a-ba9a-443d-9727-ac1e3bf14a71)
2024-04-28 18:33:40 +00:00
..
lib.rs Use `Resolver` in `pip sync` (#2696) 2024-03-27 17:36:38 -04:00
linker.rs Fix span recording with install_wheel_rs (#3293) 2024-04-28 18:33:40 +00:00
metadata.rs Loosen `.dist-info` validation to accept arbitrary versions (#2441) 2024-03-14 09:04:39 -04:00
record.rs Remove some unused code from `install-wheel-rs` (#2001) 2024-02-27 04:27:25 +00:00
script.rs Future-proof pip entrypoints special case (#1982) 2024-03-01 10:05:50 +01:00
uninstall.rs Close `RECORD` after reading entries during uninstall (#2259) 2024-03-07 04:35:22 +00:00
wheel.rs Create `--target` directories lazily (#3274) 2024-04-26 03:36:56 +00:00