-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 test speed #2406
improve test speed #2406
Conversation
how much faster are the tests now, given that the latest run completed successfully in 61 minutes? @sonichi |
reducing from 1h20m to ~10m. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks efficient, the changes do increase the test speed, as it is minimizing the iterations of the chat, keeping the config minimal with only gpt-3.5-turbo
that's really a great optimization. |
* improve test speed * speed up test * speed up test
Why are these changes needed?
accelerate openai CI.
addressing the 10 slowest in https://github.com/microsoft/autogen/actions/runs/8714899367/job/23905894422?pr=2313
reducing from 82m to 11m.
Related issue number
Checks