You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my last PR, I've launch all the tests and they all passed, even the testArithmeticalDSSConvexHull but it was very long, 470s on my computer. It is maybe not an infinite loop ?
In addition, only the travis builds that use gcc failed on this test, but when clang is used, it passed (this test).
I did some tests and here are the corresponding time for this test:
g++ (4.9.2), Debug: 470s,
g++, Release: 29s,
clang++ (3.5.0), Debug: 35s,
clang++, Release: 27s.
There seems to be a huge slowdown of this test in debug mode with gcc...
for some specific build configurations only..
see eg. #949
The text was updated successfully, but these errors were encountered: