-
Notifications
You must be signed in to change notification settings - Fork 3
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
Multi-threading debugging and test #31
Conversation
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.
Some suggestions about option to switch between serial and parallel and test, you should split that server-client local update out of the main step
@BichengYing Which step? Any code reference? |
I mean this |
Summary
Result
Before PR:
![image](https://private-user-images.githubusercontent.com/26914775/360160359-ca947ca9-2542-4037-bcf6-16097a4c4b3f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTE4NjYsIm5iZiI6MTczOTM1MTU2NiwicGF0aCI6Ii8yNjkxNDc3NS8zNjAxNjAzNTktY2E5NDdjYTktMjU0Mi00MDM3LWJjZjYtMTYwOTdhNGM0YjNmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA5MTI0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE3ZTk3OGIwMmY0OWI1NGQ5NmU4MzU3YWFmZjgyNDk0ZDQ0Y2Q4M2Y2NmJkZDdkZmMzZTI3NWU1MDJjNzYwOWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ivb0qURRFwPlxrY1rTGM8n1aA4aW9lZqBNtWQqcvkV0)
After PR:
![image](https://private-user-images.githubusercontent.com/26914775/360159904-4e9c0582-bc65-4dc9-bf1c-0da6ce4f990d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTE4NjYsIm5iZiI6MTczOTM1MTU2NiwicGF0aCI6Ii8yNjkxNDc3NS8zNjAxNTk5MDQtNGU5YzA1ODItYmM2NS00ZGM5LWJmMWMtMGRhNmNlNGY5OTBkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA5MTI0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk2ODYwOWI4NjU0NDNiMzkzMmIwNDMwYTNmZGFhYjJkNWEwNTJiMjczNWVkODk4NWFmNzEzY2E2YmJkY2MzNTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Y1JsxfbAPN0oJqjGuVUrabtpCtMF0ICU2ddBa-_DnFI)
Test