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

FEAT: predict the number of test methods produce for each input amplifier #787

Open
danglotb opened this issue May 10, 2019 · 2 comments
Open

Comments

@danglotb
Copy link
Member

It would be great that, given a test method, an input amplifier is able to compute how many test methods it will produce.

The challenge in this issue is to not the loose performance and not do twice the same thing, e.g. getting all the literal that could be modified by the AllLiteralAmplifiers

This will be the first step for optimization on Budgetizer: ask the exact number of test methods to produce instead of generating all of them and then reduce them.

@danglotb
Copy link
Member Author

Hi @deeplus, You can have a look at this maybe. It will allow you to go through different input amplifiers and input budgetizers without necessarily need to know every piece of DSpot.

@zemingd
Copy link

zemingd commented May 14, 2019

Hi @danglotb, I am trying to reproduce DSpot and follow your advice. Contact later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants