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

Optimize tests run speed 2X #1018

Closed
2 tasks done
inancgumus opened this issue Aug 31, 2023 · 0 comments
Closed
2 tasks done

Optimize tests run speed 2X #1018

inancgumus opened this issue Aug 31, 2023 · 0 comments
Assignees
Labels

Comments

@inancgumus
Copy link
Member

inancgumus commented Aug 31, 2023

While working on #1016, I realized that we forgot to parallelize tests throughout the codebase 🤦‍♂️

  • The current tests take almost a minute to run.
  • We can speed up tests tremendously by running them in parallel. Like, 2X 3X, depending on the number of cores on the machine running the tests.
  • This also lets us detect races much faster and prevent unintended deadlocks while our users running their tests.

Related issues

  1. optimization productivity tests
    inancgumus
  2. bug tests
    inancgumus
@inancgumus inancgumus added the dx developer experience label Aug 31, 2023
@inancgumus inancgumus self-assigned this Aug 31, 2023
@inancgumus inancgumus changed the title Optimize test run speed Optimize tests run speed Aug 31, 2023
@inancgumus inancgumus changed the title Optimize tests run speed Optimize tests run speed 2X Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant