66b0ea1f14
Running `dep ensure` via `make vendor`, with a clean dep cache, takes around 30 seconds. For run https://circleci.com/gh/influxdata/platform/1838, we can see that `make vendor` took 33 seconds and saving the dep cache took 38 seconds. The 38 seconds to save the dep cache is paid the first time that a particular version of Gopkg.lock is pushed. A subsequent run that fully uses the dep cache costs 14 seconds to restore the dep cache and 5 seconds to run `make vendor`, so this saves about 10 seconds for any run that doesn't change Gopkg.lock. See https://circleci.com/gh/influxdata/platform/1840. |
||
---|---|---|
.. | ||
config.yml |