Conversation
This comment has been minimized.
This comment has been minimized.
f338e81 to
5020992
Compare
This comment has been minimized.
This comment has been minimized.
5020992 to
0bbd630
Compare
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Remove usages of `Unique` from `RawVec`
0bbd630 to
4ab2802
Compare
|
@bors try |
This comment has been minimized.
This comment has been minimized.
Remove usages of `Unique` from `RawVec`
This comment has been minimized.
This comment has been minimized.
|
Nice cleanup, I'd say "r=me if perf looks good" but we should probably do some due diligence about debug visualizers. You mentioned on Zulip that you tested manually in gdb, I can try on Windows locally later. r? me |
|
Oh, huh, guess that a bunch of old backcompat hacks made the gdb visualizer resilient to this change: Line 18 in 1936d44 But the natvis looks like it’ll break: rust/src/etc/natvis/liballoc.natvis Line 10 in 1936d44 |
This comment has been minimized.
This comment has been minimized.
|
💔 Test for aaf1dca failed: CI. Failed job:
|
|
How do I run the failing benchmark locally? Edit: Ah I got it, it also fails to compile locally with the same error ^^ |
4ab2802 to
6f7b190
Compare
|
Alright, I pulled back the auto trait impls from Also fixed the natvis (i think) |
|
Btw, the natvis field path for |
|
Can you rerun rust-timer and the bors msvc job, please? ^^ Hoping to see no perf regressions this time @rustbot ready |
|
@bors try @rust-timer queue (will kick off the msvc tests after, don’t want to risk messing up the job set for doing everything at once) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Remove usages of `Unique` from `RawVec`
This comment has been minimized.
This comment has been minimized.
@hanna-kruppe That is fine, you can do a single try build with N different jobs. As long as the job set contains the x64 and aarch dist builds, perf. shoud work. |
|
Thanks for the confirmation . I figured it should work if I specified the right jobs, I just didn’t know which exact jobs perf needs and writing from my phone isn’t conductive to finding out and typing it correctly on the first try. @bors try jobs=test-x86_64-msvc-* |
This comment has been minimized.
This comment has been minimized.
Remove usages of `Unique` from `RawVec` try-job: test-x86_64-msvc-*
|
Finished benchmarking commit (026adb5): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking means the PR may be perf-sensitive. It's automatically marked not fit for rolling up. Overriding is possible but disadvised: it risks changing compiler perf. @bors rollup=never rustc-perf Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 1.8%, secondary 1.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 0.5%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -0.2%, secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 496.137s -> 502.083s (1.20%) |
|
Is the memory usage just noise? Those are some huge deltas. (Or maybe just next-solver being next-solver) |
|
Given that this broke our benchmarking code, will this PR need a crater run to make sure this isn't massively breaking something? |
|
|
View all comments
See zulip.
Probably needs a perf run, because it touches code that might be very sensitive to build times and debug mode
r? libs