-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add a run time profile report #127
Merged
Merged
Conversation
This file contains 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
bwrsandman
force-pushed
the
enable-check-profile
branch
6 times, most recently
from
May 23, 2024 03:34
aa1dda0
to
f66960d
Compare
1 task
bwrsandman
force-pushed
the
enable-check-profile
branch
7 times, most recently
from
May 23, 2024 17:52
1b7f294
to
835fad5
Compare
bwrsandman
force-pushed
the
enable-check-profile
branch
2 times, most recently
from
May 23, 2024 18:00
8aaec01
to
2ef8ea7
Compare
ZedThree
reviewed
Jul 4, 2024
ZedThree
reviewed
Jul 4, 2024
ZedThree
approved these changes
Jul 4, 2024
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.
Amazing, thanks @bwrsandman !
bwrsandman
force-pushed
the
enable-check-profile
branch
from
July 9, 2024 13:15
2ef8ea7
to
f613484
Compare
bwrsandman
force-pushed
the
enable-check-profile
branch
from
July 9, 2024 13:19
ffae869
to
e08211c
Compare
* master: fix: support empty commits
ZedThree
approved these changes
Jul 19, 2024
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.
Great stuff, thanks @bwrsandman !
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.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements:
This change adds a summary to the job which gives statistics about the run. This is helpful for when some runs take hours to complete. Having the top times per file and per check allows optimizing compilation units or removal of complex checks.
I am open to advice for better looks for the summary. I.e emojis or badges form https://shields.io/