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

Enable jit-analyze to take multiple metrics as input and add an option to output .md file #312

Merged
merged 1 commit into from
Jan 22, 2021

Conversation

kunalspathak
Copy link
Member

I was tired of gathering the diff data for individual metric by invoking jit-analyze multiple times, so I went ahead and added ability to specify multiple metrics in comma-separated form so we can see the diffs of multiple metrics at one instead of invoking jit-analyze multiple times. Another motivation was that I wanted to output the diff result in .md file so I can just copy the contents from it and paste it on GH. So I went ahead and added an option of --md that will output the diff result (of all the metrics specified) in an .md file.

Example of what you end up getting in .md can be seen in dotnet/runtime#47307 (comment).

Contributes to #125

@kunalspathak
Copy link
Member Author

@dotnet/jit-contrib , @AndyAyersMS

Copy link
Member

@AndyAyersMS AndyAyersMS left a comment

Choose a reason for hiding this comment

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

Looks good.

@kunalspathak kunalspathak merged commit 29c2d25 into dotnet:master Jan 22, 2021
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.

None yet

2 participants