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

Optimize value observation #4

Open
oscarlvp opened this issue Apr 29, 2019 · 0 comments
Open

Optimize value observation #4

oscarlvp opened this issue Apr 29, 2019 · 0 comments

Comments

@oscarlvp
Copy link
Member

Value observation can be optimized. Since we keep observations that are present in all test executions that keep the same value:

  • If an observation has a different value its records can be removed
  • If an observation did not occur in an execution, the corresponding records can be removed
  • Keep only the observations with records
  • Repeat this process after every test execution
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

No branches or pull requests

1 participant