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

Run metatests.speed cases in separate processes #9

Open
tshemsedinov opened this issue Aug 16, 2017 · 2 comments
Open

Run metatests.speed cases in separate processes #9

tshemsedinov opened this issue Aug 16, 2017 · 2 comments

Comments

@tshemsedinov
Copy link
Member

tshemsedinov commented Aug 16, 2017

Now tests are influences each other, example:

callFactory....................217704344.......min
mixinObject....................240363558......+10%
defineObject...................241061915......+11%
defineArrayOfString............316844527......+46%
defineArray....................351398217......+61%
defineArrayOfNumber............370695890......+70%
newObject......................385372302......+77%
objectCreate...................605298916.....+178%
newClass.......................636528915.....+192%
newPrototype...................674247123.....+210%
closureInstance................991768508.....+356%

defineObject...................173031944.......min
callFactory....................191350093......+11%
mixinObject....................202107555......+17%
defineArrayOfString............225034508......+30%
defineArray....................272500048......+57%
defineArrayOfNumber............283038055......+64%
newObject......................308726406......+78%
newClass.......................531825795.....+207%
objectCreate...................540539759.....+212%
newPrototype...................552061850.....+219%
closureInstance................865959930.....+400%
@DzyubSpirit
Copy link
Member

Do you know whether sandboxes can be used for that purpose?

@tshemsedinov
Copy link
Member Author

I think it's better to run separate processes in series

DzyubSpirit added a commit to DzyubSpirit/metatests that referenced this issue Sep 15, 2017
@tshemsedinov tshemsedinov changed the title Run maojian.speed cases in separate processes Run metatests.speed cases in separate processes Apr 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants