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

Break Travis tests into smaller chunks #126

Closed
aronisstav opened this issue Jan 16, 2017 · 2 comments
Closed

Break Travis tests into smaller chunks #126

aronisstav opened this issue Jan 16, 2017 · 2 comments
Labels
help wanted Issues that anyone could start working on. An invitation to the community. maintenance Issues that affect developers and not users of Concuerror.

Comments

@aronisstav
Copy link
Member

These days Travis tests take ~21 minutes to complete.

https://travis-ci.org/parapluu/Concuerror/builds/192348544

Maybe we could break down the tests target into two or three groups (e.g. per suite) to reduce this time.

Probably not worth it if it doesn't halve the total execution time.

@aronisstav aronisstav added maintenance Issues that affect developers and not users of Concuerror. help wanted Issues that anyone could start working on. An invitation to the community. labels Jan 16, 2017
@aronisstav
Copy link
Member Author

It seems that travis runs 5 tests concurrently (tweet is old but should be accurate):

https://twitter.com/travisci/status/651856122559774722

The total execution time of the same batch of tests was 1 hr 18 min.

If it was perfectly parallelized it would need 78 min/5 = 15 min, so not half the time.

Experiment still needed, though.

@aronisstav
Copy link
Member Author

From: https://travis-ci.org/parapluu/Concuerror/builds/284682153

Ran for 17 min 49 sec
Total time 1 hr 44 min 21 sec

Good enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Issues that anyone could start working on. An invitation to the community. maintenance Issues that affect developers and not users of Concuerror.
Projects
None yet
Development

No branches or pull requests

1 participant