Skip to content
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

Improve parsing of rustc artifacts #1755

Merged
merged 1 commit into from
Nov 26, 2023
Merged

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Nov 26, 2023

The format of the artifacts was changed in a recent rustc PR, which broke rustc-perf's CI, because we weren't correctly filtering the artifacts.

Since the eprintln profiler is mostly used for local profiling, I think that it's okay to only support the latest version of rustc, and not keep compatibility with previous versions. For older rustc versions, the eprintln output will just contain a few additional lines.

This PR should fix rustc-perf's CI, which started failing on master recently because of the rustc change.

The format of the artifacts was changed in a recent rustc PR, which broke rustc-perf's CI.
@Kobzol Kobzol merged commit ae803c6 into rust-lang:master Nov 26, 2023
10 checks passed
@Kobzol Kobzol deleted the parse-artifact branch November 26, 2023 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants