Skip to content
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

Merged
merged 1 commit into from Mar 27, 2022

Conversation

thakurajayL
Copy link
Contributor

default mode is set ot sequential. If configured profiles can be executed in parallel.

@thakurajayL thakurajayL force-pushed the dev-profile-parallel-execution branch from b2c1779 to 98312a3 Compare March 24, 2022 03:39
badhrinathpa
badhrinathpa previously approved these changes Mar 24, 2022
Copy link
Contributor

@badhrinathpa badhrinathpa left a 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 Show resolved Hide resolved
gnbsim.go Outdated
if len(msg.ErrorList) != 0 {
logger.AppSummaryLog.Infoln("Profile Errors:")
for _, err := range msg.ErrorList {
logger.AppSummaryLog.Errorln(err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same issue as above,

gnbsim.go Show resolved Hide resolved
@thakurajayL thakurajayL force-pushed the dev-profile-parallel-execution branch 2 times, most recently from e25d4b5 to fa58666 Compare March 24, 2022 20:27
gnbsim.go Show resolved Hide resolved
@thakurajayL thakurajayL force-pushed the dev-profile-parallel-execution branch from fa58666 to ecb2814 Compare March 26, 2022 02:29
Copy link
Contributor

@badhrinathpa badhrinathpa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@badhrinathpa badhrinathpa merged commit 2dc1f53 into main Mar 27, 2022
@thakurajayL thakurajayL deleted the dev-profile-parallel-execution branch September 2, 2022 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants