Skip to content

Reduce size of jar for utbot-summary module #345

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
amandelpie opened this issue Jun 29, 2022 · 1 comment · Fixed by #532
Closed

Reduce size of jar for utbot-summary module #345

amandelpie opened this issue Jun 29, 2022 · 1 comment · Fixed by #532
Assignees
Labels
comp-summaries Something related to the method names, code comments and display names generation ctg-enhancement New feature, improvement or change request

Comments

@amandelpie
Copy link
Collaborator

Description

Existing solution requires in utbot-summary import of ML library with some megabytes of dependencies, but in reality it uses in one place to cluster the test cases based on path executions

Expected behavior

Custom implementation of dbscan or hdbscan or another clustering algorithm

@amandelpie amandelpie self-assigned this Jun 29, 2022
@amandelpie amandelpie added ctg-enhancement New feature, improvement or change request comp-summaries Something related to the method names, code comments and display names generation labels Jun 29, 2022
@amandelpie
Copy link
Collaborator Author

Also need to make some benchmarks and profile dbscan usage, probably it could be improved from the baseline usage

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
comp-summaries Something related to the method names, code comments and display names generation ctg-enhancement New feature, improvement or change request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant