-
Notifications
You must be signed in to change notification settings - Fork 82
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
Compression Algorithms #2
Comments
awesome benchmark, how do you do that? |
@Kikobeats Do what exactly? |
If you used a programmatic way to do that, like a script for benchmarking |
Just a simple bash script I wrote for it. |
@alixaxel do you have it somewhere uploaded? (gzip-incompatible Brotli) |
@XBeg9 only on the puppeteer slack channel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a effort to reduce the file size of the bundled
headless_shell
I was testing different algorithms:Right now, the bundled version appears to be compressed with
gzip
level 6 at 44.37 MiB.By switching to the
gzip
-compatible Zopfli we could shave an extra 1.37 MiB.On the other hand,
gzip
-incompatible Brotli would save us an extra 11.16 MiB!The text was updated successfully, but these errors were encountered: