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

SPMI: Optimize collection download, increase diffs timeout #91637

Merged
merged 3 commits into from
Sep 6, 2023

Conversation

jakobbotsch
Copy link
Member

With the latest collections we are frequently hitting timeouts during
linux tpdiff runs. This PR applies two changes to improve the
situation:

  • Optimize the download/extraction of collections by extracting directly
    to the target location. The Helix machines actually seem to spend many
    times longer to extract and copy the collections than they do
    downloading them.
  • Increase the timeout of superpmi-diffs by one hour.

With the latest collections we are frequently hitting timeouts during
linux asmdiffs runs. This PR applies two changes to improve the
situation:
- Optimize the download/extraction of collections by extracting directly
  to the target location. The Helix machines actually seem to spend many
  times longer to extract and copy the collections than they do
  downloading them.
- Increase the timeout of superpmi-diffs by one hour.
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 5, 2023
@ghost ghost assigned jakobbotsch Sep 5, 2023
@ghost
Copy link

ghost commented Sep 5, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

With the latest collections we are frequently hitting timeouts during
linux tpdiff runs. This PR applies two changes to improve the
situation:

  • Optimize the download/extraction of collections by extracting directly
    to the target location. The Helix machines actually seem to spend many
    times longer to extract and copy the collections than they do
    downloading them.
  • Increase the timeout of superpmi-diffs by one hour.
Author: jakobbotsch
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@jakobbotsch jakobbotsch marked this pull request as ready for review September 5, 2023 23:28
This reverts commit 57adc61.
@jakobbotsch
Copy link
Member Author

jakobbotsch commented Sep 5, 2023

cc @dotnet/jit-contrib PTAL @BruceForstall

This passed CI with a JIT change in https://github.com/dotnet/runtime/pull/91637/checks?check_run_id=16522220574

Copy link
Member

@BruceForstall BruceForstall left a comment

Choose a reason for hiding this comment

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

LGTM

@jakobbotsch jakobbotsch merged commit a60aab1 into dotnet:main Sep 6, 2023
108 checks passed
@jakobbotsch jakobbotsch deleted the superpmi-diffs-faster branch September 6, 2023 08:08
@ghost ghost locked as resolved and limited conversation to collaborators Oct 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants