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

parallelize resolve module - part 3 #706

Merged
merged 2 commits into from Apr 28, 2020

Conversation

abhishekparwal
Copy link
Contributor

@abhishekparwal abhishekparwal commented Apr 25, 2020

parallelizes dag creation.

testing plan: code-gen will act as a test in addition to unit test whether it generates a valid code. this is enforced in check-generate step where it does this git status --porcelain > git-status.log @[ ! -s git-status.log ] || ( cat git-status.log ; git --no-pager diff ; [ ! -s git-status.log ] );. i.e.e see if this git status should be showing no difference.

@coveralls
Copy link

coveralls commented Apr 25, 2020

Coverage Status

Coverage decreased (-0.3%) to 69.514% when pulling 7508328 on parallelize_resolve_module into 88ce986 on master.

@abhishekparwal abhishekparwal changed the title parallelize resolve module parallelize resolve module - part 3 Apr 27, 2020
@abhishekparwal abhishekparwal merged commit 67113ac into master Apr 28, 2020
smb158 pushed a commit that referenced this pull request May 20, 2020
* parallelize resolve module
@ChuntaoLu ChuntaoLu deleted the parallelize_resolve_module branch July 8, 2020 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants