-
Notifications
You must be signed in to change notification settings - Fork 37
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
Added support for parallel execution of profiles #46
Conversation
b2c1779
to
98312a3
Compare
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.
Do the logs for the different profiles get jumbled up ?
gnbsim.go
Outdated
if len(msg.ErrorList) != 0 { | ||
logger.AppSummaryLog.Infoln("Profile Errors:") | ||
for _, err := range msg.ErrorList { | ||
logger.AppSummaryLog.Errorln(err) |
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.
Same issue as above,
e25d4b5
to
fa58666
Compare
fa58666
to
ecb2814
Compare
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.
+1
default mode is set ot sequential. If configured profiles can be executed in parallel.