Implement x perf as a separate tool by Kobzol · Pull Request #127002 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation14 Commits3 Checks6 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

Kobzol

Continues work from #126318, adds a CLI for running rustc-perf profiling commands through a new rustc-perf-wrapper tool. The CLI is in a separate tool to enable experimentation outside of bootstrap.

This is probably most of what we can do so far, I'll add support for benchmarking once rustc-perf gets a terminal output for comparing benchmark results.

r? @onur-ozkan

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-bootstrap

Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

labels

Jun 26, 2024

@rust-log-analyzer

This comment has been minimized.

@Kobzol

@Kobzol Kobzol marked this pull request as ready for review

June 27, 2024 08:28

@rustbot

This PR modifies src/bootstrap/src/core/config.

If appropriate, please update CONFIG_CHANGE_HISTORY in src/bootstrap/src/utils/change_tracker.rs.

These commits modify the Cargo.lock file. Unintentional changes to Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

@Kobzol

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Jun 27, 2024

onur-ozkan

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you link wrapper tool's path to bootstrap team in triagebot file?

@Kobzol

@Kobzol

@rustbot rustbot added the A-meta

Area: Issues & PRs about the rust-lang/rust repository itself

label

Jun 29, 2024

@rustbot

triagebot.toml has been modified, there may have been changes to the review queue.

cc @davidtwco, @wesleywiser

@Kobzol

Modified triagebot.toml and resolved comments (hopefully :) ).

@onur-ozkan

@bors

📌 Commit 6a2638e has been approved by onur-ozkan

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Jun 29, 2024

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Jun 29, 2024

@matthiaskrgr

…-ozkan

Implement x perf as a separate tool

Continues work from rust-lang#126318, adds a CLI for running rustc-perf profiling commands through a new rustc-perf-wrapper tool. The CLI is in a separate tool to enable experimentation outside of bootstrap.

This is probably most of what we can do so far, I'll add support for benchmarking once rustc-perf gets a terminal output for comparing benchmark results.

r? @onur-ozkan

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 29, 2024

@bors

…iaskrgr

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 29, 2024

@bors

…iaskrgr

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 30, 2024

@bors

…iaskrgr

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Jun 30, 2024

@rust-timer

Rollup merge of rust-lang#127002 - Kobzol:bootstrap-perf-tool, r=onur-ozkan

Implement x perf as a separate tool

Continues work from rust-lang#126318, adds a CLI for running rustc-perf profiling commands through a new rustc-perf-wrapper tool. The CLI is in a separate tool to enable experimentation outside of bootstrap.

This is probably most of what we can do so far, I'll add support for benchmarking once rustc-perf gets a terminal output for comparing benchmark results.

r? @onur-ozkan

@Kobzol Kobzol deleted the bootstrap-perf-tool branch

June 30, 2024 05:18

Labels

A-meta

Area: Issues & PRs about the rust-lang/rust repository itself

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-bootstrap

Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)