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

Intersection Model Unit tests take 11 minutes to execute #315

Open
paulbourelly999 opened this issue Mar 8, 2023 · 0 comments
Open

Intersection Model Unit tests take 11 minutes to execute #315

paulbourelly999 opened this issue Mar 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@paulbourelly999
Copy link
Collaborator

Summary

Many of the intersection_model unit tests, specifically ones related to osm map processing, take a long amount of time since they need to read and process the large osm map file. Each unit test that needs to read the osm map file takes approximately 35s. There are 19 such unit tests. If we can make them share a single read operation we can significantly reduce overall build time for CARMA-Streets. (https://github.com/usdot-fhwa-stol/carma-streets/actions/runs/4245762961/jobs/7381695043#step:19:1490)

Reasoning for new functionality

Improve CI build and test time for CARMA-Streets

@paulbourelly999 paulbourelly999 added the enhancement New feature or request label Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant