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

Some tests work very slow on Clang in Debug mode #516

Open
p-senichenkov opened this issue Jan 28, 2025 · 1 comment
Open

Some tests work very slow on Clang in Debug mode #516

p-senichenkov opened this issue Jan 28, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@p-senichenkov
Copy link
Collaborator

There's a test named "LightDatasetConsistentHash", which takes a while with all FD algorithms, but becames inadequately slow with FDep algo on LLVM (both Linux and macOS, LLVM and Apple Clang) in Debug mode without sanitizers. One test runs about an hour. 😱

Image

Image

Sanitizers somehow fix it, but run time is still no so good (about 10 minutes):

Image

On Linux with GCC in Debug mode it takes about 5 minutes:

Image

@p-senichenkov p-senichenkov self-assigned this Jan 28, 2025
@p-senichenkov p-senichenkov added the bug Something isn't working label Jan 28, 2025
@p-senichenkov
Copy link
Collaborator Author

This test takes 5 minutes on Clang in Release:

Image

and 20 seconds on GCC in Release:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant