-
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
[wip] more perf data collection for jemalloc + rustc #55217
[wip] more perf data collection for jemalloc + rustc #55217
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: try |
[wip] more perf data collection for jemalloc + rustc Filling in details on #36963 ...
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
☀️ Test successful - status-travis |
@@ -30,6 +30,8 @@ | |||
|
|||
#![recursion_limit="256"] | |||
|
|||
extern crate jemalloc_sys; |
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.
Should this be in libsyntax instead, so that rustc plugins don't use the system allocator?
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.
In theory it should be ok here, but let's let the data find out!
@rust-timer build 6073f1b |
Success: Queued 6073f1b with parent 42dde96, comparison URL. |
Finished benchmarking try commit 6073f1b |
Four benchmarks -10% |
70437bd
to
76afdbc
Compare
@bors: try Oh I think I measured the wrong thing, that's the exact same as the previous profile |
⌛ Trying commit 76afdbc with merge 10c95ccfa7a7adc12f4e608621ca29f9b98eed29... |
☀️ Test successful - status-travis |
@rust-timer build 10c95ccfa7a7adc12f4e608621ca29f9b98eed29 |
Success: Queued 10c95ccfa7a7adc12f4e608621ca29f9b98eed29 with parent 22cc2ae, comparison URL. |
Finished benchmarking try commit 10c95ccfa7a7adc12f4e608621ca29f9b98eed29 |
Now that's what I wanted to see. Gonna close this and will post a more official version soon. |
Filling in details on #36963 ...