Skip to content

Commit

Permalink
Add a feature enabling native zlib for cache entries.
Browse files Browse the repository at this point in the history
This is just one of a few things to try related to #552. As a first step it
would be interesting to see what kind of impact this has on Firefox automation
builds. Some initial measurements are promising for builds with lots of cache
misses, but this sort of thing is cumbersome to measure, so I'd like to try
enabling this for the sccache client built in Mozilla automation to see the
impact it has there.
  • Loading branch information
chmanchester committed Jan 22, 2020
1 parent a214aef commit 3580409
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -132,6 +132,7 @@ s3 = ["chrono", "hyper", "hyperx", "reqwest", "simple-s3", "hmac", "sha-1"]
simple-s3 = []
gcs = ["chrono", "hyper", "hyperx", "reqwest", "untrusted", "url"]
memcached = ["memcached-rs"]
native-zlib = ["zip/deflate-zlib"]
# Enable features that require unstable features of Nightly Rust.
unstable = []
# Enables distributed support in the sccache client
Expand Down

0 comments on commit 3580409

Please sign in to comment.