Open
Description
Description
Even for a simple project with 5 classes, read classes phase take up to 10 seconds each time.
To Reproduce
- Install UnitTestBot plugin built from main in IntelliJ IDEA - this one was used
- Open
UTBotJava
project - Generate tests for
ArrayQuickSort
- Check how long
Generate tests: read classes
is displayed in progress bar
Expected behavior
It is expected that 5-10 simplest classes will be read in 0.5-1 seconds.
Actual behavior
Generate tests: read classes
is displayed for 6 seconds each time.
Screenshots, logs
Environment
IntelliJ IDEA version - Ultimate 2023.2
Project - Gradle
JDK - 17
OS - Windows 10 Pro
CPU - 13% usage
Memory - 70%
Additional context
In TwoAnimals
Spring-based project - for 1 class - it takes 10 seconds each time.
Metadata
Metadata
Assignees
Type
Projects
Status
In Progress