-
Notifications
You must be signed in to change notification settings - Fork 586
ID for PerfTest jobs and Unique system out for better output in multithreading. #170
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
|
Thank you. I am not 100% sure we should ship this in |
|
Thank you for your reply. Until then! |
|
@abousselmi maybe you could rename |
|
It's a good idea! Will do it. Thank you. |
|
@acogoluegnes I added a test id also to the final output messages, whould it be possible to make a new pull request for it ? Thank you. |
|
@abousselmi you can submit a new pull request, sure. |
|
Thank you for you reply. |
Dear reviewer,
I added an ID variable to PerfTest.java to identify each running test.
I also modified the System.out to work better when multiple PerfTest threads are running in the same machine.
Best regards,
AB.