-
Notifications
You must be signed in to change notification settings - Fork 14
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
Changed default values of analysis #110
Changed default values of analysis #110
Conversation
I updated all default values. However I still have a few concerns about some of them. Also, the budget is a bit hard to adjust, because most of the time the tests don't take much time to run (less than a second). So to make sure that a least a few mutants are evaluated I multiplied the total test time by 30, but it's a bit random. And even multiplying by 30 there is often no mutants evaluated. |
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.
Oh this is very cool work :)
I think we can do a little pass before integration
I like these two concerns :) This shows that doing this is not as straight forward as we may think. |
Done ! |
… if not necessary
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.
I proposed a couple of changes, let's talk quickly
I changed some default values of
MTAnalysis
that can easily be modified. I'll push the others when they are done.