-
Notifications
You must be signed in to change notification settings - Fork 14
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
Concurrent execution of Test262Test #171
Conversation
I will fix the compl test today. |
27a04a5
to
cb4ddad
Compare
I observed the execution of concurrent execution diverging from the serial one. Will open again after I investigate the cause. |
cb4ddad
to
1c0eaec
Compare
Sorry, there was no discrepancy. There was a change from number of passing tests from this commit to this commit, which made a confusion. I confirmed the concurrent and serial version outputting the exact same summary |
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.
I slightly refactored this PR and supported the progress bar with the concurrent Summary
. After passing the CI system, I will merge it.
This reverts commit ff10b74.
Support concurrent execution of Test262Test, this is mainly for performance reason.
For the Linux desktop with 12900F, this reduces test time of whole suite from 01:22:22 to 16:41, the benefit may vary between the systems.
Support serial extraction of ecma262 specification. This is mainly to help debugging as debugging concurrent execution of Extractor was a little bit confusing.