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

Cache the results of cmake_parse_arguments where appropriate. #76

Merged
merged 1 commit into from
Feb 7, 2015

Conversation

smspillaz
Copy link
Member

There were some cases where cmake_parse_arguments was being
called with the same arguments hundreds of times. These are easy
candidates for a cache table. This should reduce test runtime
by about 20-30%.

There were some cases where cmake_parse_arguments was being
called with the same arguments hundreds of times. These are easy
candidates for a cache table. This should reduce test runtime
by about 20-30%.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.42%) to 85.1% when pulling 7b0694a on smspillaz:cmake-unit.item_68 into 8b88dc1 on polysquare:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.42%) to 85.1% when pulling aed5477 on smspillaz:cmake-unit.item_68 into 8b88dc1 on polysquare:master.

@smspillaz smspillaz force-pushed the cmake-unit.item_68 branch 2 times, most recently from 01c42db to 7b0694a Compare February 7, 2015 14:55
smspillaz added a commit that referenced this pull request Feb 7, 2015
Cache the results of cmake_parse_arguments where appropriate.
@smspillaz smspillaz merged commit 8a4bdef into polysquare:master Feb 7, 2015
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

Successfully merging this pull request may close these issues.

2 participants