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

consolidate unit tests #577

Closed
headupinclouds opened this issue Oct 12, 2017 · 2 comments
Closed

consolidate unit tests #577

headupinclouds opened this issue Oct 12, 2017 · 2 comments

Comments

@headupinclouds
Copy link
Collaborator

Maintaining per module CTests adds both compilation time (especially w/ exe level LTO processing) and execution time (primarily adb upload + setup). The non LTO android toolchain is still timing out, for example, due to the additional time required for NDK and SDK/emulator setup. Consolidating unit tests into a single GTest executable that is provided a full set of assets/models and test images should reduce CI build+test times significantly. Some changes to gauze may be required to make this clean, and it relates in part to hunter-packages/gauze#1. Currently gauze uses a generator expression syntax on the command line for resources to be uploaded for remote testing. In the case of a large test it is probably cleaner to provide a single json file (or similar) containing the key=value model file entires (as provided in the drishti-asssets package) and another json file containing the full set of test images and associated ground truth models in key=value form.

@headupinclouds
Copy link
Collaborator Author

PR: #583

@headupinclouds
Copy link
Collaborator Author

#588

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

1 participant