Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upOptimize local linkchecker program #56360
Conversation
rust-highfive
assigned
aturon
Nov 29, 2018
This comment has been minimized.
This comment has been minimized.
|
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
added
the
S-waiting-on-review
label
Nov 29, 2018
This comment has been minimized.
This comment has been minimized.
rust-highfive
assigned
pietroalbini
and unassigned
aturon
Nov 29, 2018
This comment has been minimized.
This comment has been minimized.
|
@bors r+ Thanks! |
This comment has been minimized.
This comment has been minimized.
|
|
bors
added
S-waiting-on-bors
and removed
S-waiting-on-review
labels
Nov 29, 2018
kennytm
added a commit
to kennytm/rust
that referenced
this pull request
Nov 30, 2018
bors
added a commit
that referenced
this pull request
Nov 30, 2018
kennytm
added a commit
to kennytm/rust
that referenced
this pull request
Nov 30, 2018
kennytm
added a commit
to kennytm/rust
that referenced
this pull request
Nov 30, 2018
kennytm
added a commit
to kennytm/rust
that referenced
this pull request
Nov 30, 2018
bors
added a commit
that referenced
this pull request
Nov 30, 2018
bors
merged commit 225140e
into
rust-lang:master
Nov 30, 2018
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
alexcrichton
deleted the
alexcrichton:linkchecker-omg
branch
Dec 17, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
alexcrichton commentedNov 29, 2018
I noticed on a recent build that the linkchecker stage of CI took a
whopping 15 minutes of CI time for something that should be near
instantaneous. Some local profiling showed some very hot functions and
clones which were pretty easy to remove, and now instead of running in
minutes locally it runs in seconds.