-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Low performance on vitest version 3.0 #7275
Comments
Hello @arnold095. Please provide a minimal reproduction using a GitHub repository or StackBlitz (you can also use examples). Issues marked with |
Interesting how tests time spiked 🤔 These are the "test" callbacks |
Can you test different vitest beta versions? Does it become worse in a specific one? |
Looks like this is the cause: #6944 |
Repro at https://github.com/vitest-tests/reporters-large Using Ecosystem CI:
|
Describe the bug
Hello!
After upgrading vistest to the latest version, I have noticed that there is a significant drop in runtimes without having changed any additional settings.
With vitest 2.1.8
After update to vitest 3.0.0
Reproduction
I have a very large test battery, probably not reproducible with few tests.#7275 (comment)
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: