We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Easy win (52s vs 23s):
wget https://dev.coder.com/bin/coder-darwin-arm64 0.24s user 1.27s system 2% cpu 52.364 total
vs
wget --compression=gzip https://dev.coder.com/bin/coder-darwin-arm64 0.57s user 0.62s system 5% cpu 23.024 total
I believe server does support zstd as well, if that can be utilized in the extension.
I timed the extensions download speed and it was around 50s so I assume it's uncompressed, did not verify in code.
The text was updated successfully, but these errors were encountered:
fix: use compression when downloading the coder binary
7c069da
Fixes #31.
kylecarbs
Successfully merging a pull request may close this issue.
Easy win (52s vs 23s):
vs
I believe server does support zstd as well, if that can be utilized in the extension.
I timed the extensions download speed and it was around 50s so I assume it's uncompressed, did not verify in code.
The text was updated successfully, but these errors were encountered: