Skip to content

Run tests partially in parallel #792

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

Merged
merged 1 commit into from
Dec 21, 2019

Conversation

niaow
Copy link
Member

@niaow niaow commented Dec 20, 2019

This change allows all parts of the testing process except for the actual build to be run in parallel. This drastically reduces the time required to run compiler tests. This is a less ambitious version of #641.

@niaow niaow force-pushed the somewhatconcurrenttests branch from d43f575 to 80b2516 Compare December 20, 2019 22:46
@niaow niaow marked this pull request as ready for review December 20, 2019 22:48
@deadprogram
Copy link
Member

Good one @jaddr2line thanks for another useful contribution.

Before:
ok github.com/tinygo-org/tinygo 95.085s

After:
ok github.com/tinygo-org/tinygo 31.702s

Passes on all platforms, so now merging. Thank you!

@deadprogram deadprogram merged commit 525ded3 into tinygo-org:dev Dec 21, 2019
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.

2 participants