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

[configuration_parser] is slow for large teststuites #148

Open
floweisshardt opened this issue Jul 26, 2020 · 0 comments
Open

[configuration_parser] is slow for large teststuites #148

floweisshardt opened this issue Jul 26, 2020 · 0 comments

Comments

@floweisshardt
Copy link
Owner

if running large testsuites (e.g. atf_test_app_navigation with 360 tests) the configuration_parser takes ~1min to complete. And the configuration_parser is used in application.py, in sm_test.py, analyser.py and plot.py. So we spend several times 1min each.

The slowdown is probably due to the many for loops. Maybe there is some room for optimization.

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