-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate pgo-gen
, pgo-use
and profile
run-make
tests to rmake.rs
#126957
Conversation
The run-make-support library was changed cc @jieyouxu This PR modifies cc @jieyouxu |
This comment has been minimized.
This comment has been minimized.
Strange. It worked locally. Going to try to add |
This comment has been minimized.
This comment has been minimized.
86637f4
to
769d988
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one nit, otherwise LGTM.
@bors delegate+ You can r=me. |
✌️ @Oneirical, you can now approve this pull request! If @Kobzol told you to " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, found a few more issues.
r? @Kobzol |
769d988
to
a70955a
Compare
Some quite glaring mistakes there... these tests were getting ignored locally due to //@ needs-profiler-support. Fixed, thank you for your keen eye. |
Thanks! You can r=me once CI is green. @bors rollup=iffy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, going to run try jobs one last time, r=Kobzol and I if it comes back green.
@bors try |
Migrate `pgo-gen`, `pgo-use` and `profile` `run-make` tests to rmake.rs Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). try-job: aarch64-apple try-job: x86_64-msvc
☀️ Try build successful - checks-actions |
It may be wise to wait for #126709 before proceeding, as I placed |
Sure, that sounds good. |
85fbc51
to
d54c6f5
Compare
d54c6f5
to
c9be69f
Compare
@bors r=jieyouxu,kobzol |
☀️ Test successful - checks-actions |
Finished benchmarking commit (6e27807): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (secondary -0.1%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 699.651s -> 700.69s (0.15%) |
Part of #121876 and the associated Google Summer of Code project.
try-job: aarch64-apple
try-job: x86_64-msvc