Skip to content

Test release builds on Travis #393

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

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Contributor

Profiling locally shows a 3x speed improvement by testing release builds,
presumably due to the amount of wasm processing happening! Let's see what
happens on Travis and if we get a similar speedup.

Profiling locally shows a 3x speed improvement by testing release builds,
presumably due to the amount of wasm processing happening! Let's see what
happens on Travis and if we get a similar speedup.
@alexcrichton
Copy link
Contributor Author

Looks like 17 minutes compared to 15 minutes, so not as big of a gain on Travis!

@alexcrichton alexcrichton deleted the test-release branch July 5, 2018 19:10
alexcrichton added a commit to alexcrichton/wasm-bindgen that referenced this pull request Jul 9, 2018
This is similar to rustwasm#393 but I'm also curious what the effect of the number of
test threads has...
alexcrichton added a commit to alexcrichton/wasm-bindgen that referenced this pull request Jul 9, 2018
This is similar to rustwasm#393 but I'm also curious what the effect of the number of
test threads has...
alexcrichton added a commit to alexcrichton/wasm-bindgen that referenced this pull request Jul 9, 2018
Contrary to rustwasm#393 it looks like it's a big win now with the number of tests
we have. Tested in rustwasm#429 it was confirmed that multiple threads are indeed
benefitting us here. A [debug build][1] took 22m while a [release build][2] took
15m.

[1]: https://travis-ci.org/rustwasm/wasm-bindgen/jobs/401819002
[2]: https://travis-ci.org/rustwasm/wasm-bindgen/jobs/401819004
alexcrichton added a commit that referenced this pull request Jul 9, 2018
Contrary to #393 it looks like it's a big win now with the number of tests
we have. Tested in #429 it was confirmed that multiple threads are indeed
benefitting us here. A [debug build][1] took 22m while a [release build][2] took
15m.

[1]: https://travis-ci.org/rustwasm/wasm-bindgen/jobs/401819002
[2]: https://travis-ci.org/rustwasm/wasm-bindgen/jobs/401819004
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.

1 participant