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

Recommend using shallow clone on installation. #1452

Open
gibbz00 opened this issue Jan 13, 2024 · 0 comments · May be fixed by #1453
Open

Recommend using shallow clone on installation. #1452

gibbz00 opened this issue Jan 13, 2024 · 0 comments · May be fixed by #1453
Assignees

Comments

@gibbz00
Copy link

gibbz00 commented Jan 13, 2024

Pulling the entire git history may seem overkill for those wishing to simply try out installments, as in done in https://signoz.io/docs/install/docker/#install-signoz-using-the-install-script

$ /usr/bin/time --verbose git clone -b main https://github.com/SigNoz/signoz.git
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:13.75
$ /usr/bin/time --verbose git clone --single-branch --depth 1 https://github.com/SigNoz/signoz.git
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:01.61
gibbz00 added a commit to gibbz00/signoz.io that referenced this issue Jan 13, 2024
@gibbz00 gibbz00 linked a pull request Jan 13, 2024 that will close this issue
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 a pull request may close this issue.

2 participants