-
Notifications
You must be signed in to change notification settings - Fork 22
Faster Testgen (CF-621) #191
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
Test Generation should take significantly less amount of time with a more streamlined call to the aiservice.
PR Type
Enhancement
Description
Log optimization duration in aiservice
Measure concolic tests generation time
Record and log test generation duration
Add
timeimports for performance trackingChanges walkthrough 📝
aiservice.py
Timing logs for code optimizationcodeflash/api/aiservice.py
timemodulestart_timebefore requestend_timeafter responseconcolic_testing.py
Timing logs for concolic testingcodeflash/verification/concolic_testing.py
timemoduleverifier.py
Timing logs for test generationcodeflash/verification/verifier.py
timemodulestart_timeat generate_tests startend_timeafter test generation