UnitTestBot / UTBotJava

Automated unit test generation and precise code analysis for Java
Apache License 2.0
136 stars 43 forks source link

Reduce size of jar for utbot-summary module #345

Closed amandelpie closed 2 years ago

amandelpie commented 2 years ago

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 commented 2 years ago

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