Skip to content

Consolidate tests - #1602

Open
certik wants to merge 3 commits into
symengine:masterfrom
certik:tests
Open

Consolidate tests#1602
certik wants to merge 3 commits into
symengine:masterfrom
certik:tests

Conversation

@certik

@certik certik commented Aug 14, 2019

Copy link
Copy Markdown
Contributor

Fixes #1601.

certik added 2 commits August 14, 2019 13:02
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

certik commented Aug 14, 2019

Copy link
Copy Markdown
Contributor Author

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

certik commented Aug 14, 2019

Copy link
Copy Markdown
Contributor Author

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