-
Notifications
You must be signed in to change notification settings - Fork 165
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 support for BenchmarkDotNet #109
Conversation
now we're in line with the other languages
Oh nice, thanks for doing this rebase! |
Would you mind updating the test project to .NET SDK 6, since that's the LTS now? All that should be required is to find/replace 3.1.201 with 6.0.101. |
@baronfel sure thing! |
My bad on the clumsiness regarding the failed build pipeline. I fixed the compiler errors, ran the tests, and ran npm run build. Should be fine now. |
Thanks @cabauman for fixing the issues. I'll have a look at the changes over the weekend |
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.
Thank you both for this contribution!
I've added a couple of comments I'd like to address before we merge this in :)
- Remove unused parts of interface - Reduce volume of test data - Replace PERSONAL_GITHUB_TOKEN with GITHUB_TOKEN
Changes made! Let me know if you find anything else. I stripped the json down by about 1000 lines, but if you want me to go ahead and remove the rest of the non-essential content, I don't mind. |
PR looks great! Please just run |
Oops. Yes, of course. |
This is a rebased version of #34, so all credit goes to baronfel
I went ahead and updated the supported tools in the README and action.yml file as well. Let me know if there are any other changes you'd like me to make. What should I do about the broken benchmarkdotnet badge images?
resolves #33