-
Notifications
You must be signed in to change notification settings - Fork 1
CI notes
Michael Lamparski edited this page Sep 7, 2018
·
1 revision
When cargo caching was added:
- Last build before cargo cache: 21:43
- First build with cargo cache: 25:22
- Second build with cargo cache: 14:51
This means:
- Time to pack and upload cache: ~3:30 minutes
- Time saved overall: ~7 minutes
I noticed that all crates in rsp2 were rebuilt, even if not modified. The way Travis clones the repo probably does not respect modtimes.