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 SpoonTestMethod getters #75

Merged
merged 1 commit into from
Aug 2, 2021

Conversation

andre15silva
Copy link
Member

Yields ~50% cpu time reduction in the flacoco process.

The getter operations from the spoon models are quite expensive. By doing them just once per TestMethod we avoid the burden.

See #74

Yields ~50% cpu time reduction in the flacoco process.

Signed-off-by: André Silva <[email protected]>
@martinezmatias martinezmatias merged commit 3933f59 into ASSERT-KTH:master Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants