-
Notifications
You must be signed in to change notification settings - Fork 547
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
Improve pytest speed by grouping 20 tests together. #2390
Conversation
Can we mark this PR ready? or is there more work to be done? |
It didn't improve much. About 10 min for grouping 10, and about 20 min for grouping 20. BTW, the vs test seemed to be broken. |
I actually see it improved. VS test issue was due to compilation.. its resolved now. |
Change-Id: I5a5e9aea034fe371d41ac9ba7e112551df575471
I don't see much improvement from 20 to 30. I will go with 20 then. @prsunny this pr is ready after all tests pass. |
@prsunny |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
*Improve pytest speed by grouping 20 tests together
What I did
Group 20 tests together in pytest.
Why I did it
Hope this can improve the speed.
How I verified it
Presubmit test
Details if related