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

Investigate zstd usage and compilation times #593

Closed
lalithsuresh opened this issue Aug 28, 2023 · 2 comments
Closed

Investigate zstd usage and compilation times #593

lalithsuresh opened this issue Aug 28, 2023 · 2 comments
Assignees

Comments

@lalithsuresh
Copy link
Collaborator

zstd seems to be dominating pipeline build times (user-facing) and also the repo build times.

Here is a run where it takes about 25s out of 29.9s to invoke rustc on a pipeline. It's probably invoking a C compiler during build.

image

@lalithsuresh
Copy link
Collaborator Author

lalithsuresh commented Aug 28, 2023

It seems like we directly use it only for decompressing the dataset fetched for the ldbc-analytics benchmark.

actix-http seems to be pulling it in as a dependency. 😞

@lalithsuresh
Copy link
Collaborator Author

Fixed by #606

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

No branches or pull requests

2 participants