mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-08-14 20:55:13 +00:00
Merge 24e5ee3e73cf0db056d17f6dfcfd7b01063e355b into 267a8a94c98a1d6542d1ea6c13b41d0fa1184dcb
This commit is contained in:
commit
2aaae5c8b9
@ -101,14 +101,14 @@ This is a boolean flag that will be set to `true` when there was an exact cache
|
|||||||
|
|
||||||
## Cache Effectiveness
|
## Cache Effectiveness
|
||||||
|
|
||||||
This action only caches the _dependencies_ of a crate, so is more effective if
|
This action only caches the _dependencies_ of a crate, so it is more effective if
|
||||||
the dependency / own code ratio is higher.
|
the dependency / own code ratio is higher.
|
||||||
|
|
||||||
It is also most effective for repositories with a `Cargo.lock` file. Library
|
It is also more effective for repositories with a `Cargo.lock` file. Library
|
||||||
repositories with only a `Cargo.toml` file have limited benefits, as cargo will
|
repositories with only a `Cargo.toml` file have limited benefits, as cargo will
|
||||||
_always_ use the most up-to-date dependency versions, which may not be cached.
|
_always_ use the most up-to-date dependency versions, which may not be cached.
|
||||||
|
|
||||||
Usage with Stable Rust is most effective, as a cache is tied to the Rust version.
|
Usage with Stable Rust is the most effective, as a cache is tied to the Rust version.
|
||||||
Using it with Nightly Rust is less effective as it will throw away the cache every day,
|
Using it with Nightly Rust is less effective as it will throw away the cache every day,
|
||||||
unless a specific nightly build is being pinned.
|
unless a specific nightly build is being pinned.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user