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

[cmd] Improve storage performance of blame information #3423

Conversation

csordasmarton
Copy link
Contributor

Using process pool to speed up collecting blame information for source files.

Note: For me it reduced the CodeChecker store command run time from 1m58,088s to 1m15,268s.

Using process pool to speed up collecting blame information for source files.
@csordasmarton csordasmarton added CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands refactoring 😡 ➡️ 🙂 Refactoring code. labels Sep 3, 2021
@csordasmarton csordasmarton added this to the release 6.17.0 milestone Sep 3, 2021
Copy link
Contributor

@vodorok vodorok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that you modified, the warning, to debug log. Looks good to me! Improved the performance a lot.

@vodorok vodorok merged commit 192067f into Ericsson:master Sep 6, 2021
@csordasmarton csordasmarton deleted the improve_blame_info_storage_performance branch January 28, 2022 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands refactoring 😡 ➡️ 🙂 Refactoring code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants