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

Consolidate tests #1602

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Consolidate tests #1602

wants to merge 3 commits into from

Conversation

certik
Copy link
Contributor

@certik certik commented Aug 14, 2019

Fixes #1601.

A few fixes had to be made, such as compiling as_real_imag.cpp as a regular cpp
file, not using it as an include.
@certik
Copy link
Contributor Author

certik commented Aug 14, 2019

One can test it as follows in an out of tree build:

rm -rf symengine/tests/basic/
time make -j16

Timings in Debug mode:
Master: 15.4s
This PR: 16.3s

Timings in Release mode:
Master: 53.1s
This PR: 53.4s

So unfortunately things even got slower...

@certik
Copy link
Contributor Author

certik commented Aug 14, 2019

The Debug mode is now 15.5s.

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.

Speedup tests compilation time
1 participant