-
-
Notifications
You must be signed in to change notification settings - Fork 999
Run BenchmarkDotNet in GitHub Actions #1378
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
Comments
For now, we don't have any out-of-the-box solutions. Please, follow #54.
In general case, you will not get reliable and repeatable results. I'm working on a workflow that will allow getting reliable results (when it's possible) using an adequate number of iterations, but it's a pretty hard task which is still work in progress. Follow #155 for updates. |
Thank you very much, this is exactly the discussion I was looking for. Somehow I didn't find this issue by myself. Sorry for that! |
is appending data to buildplots.r is a feasible solution for this and then marking the regions with last commit? |
Hello everyone,
(https://github.com/evilguest/linq2d/runs/1116039786?check_suite_focus=true#step:9:7) Is this expected? How do I fix that? |
@evilguest are you using |
@adamsitnik thanks a lot! This did solve it for me. |
I want to run BenchmarkDotNet in a GitHub action to continously measure the performance of some methods. I like the idea of automating the benchmark and illustrating the results.
Are there any recommendations or examples for this approach and is it even reliable, because the benchmark would not run on my local machine?
I am sorry if I missed any information about this topic in the documentation, but I couldn't find anything.
The text was updated successfully, but these errors were encountered: