A one-line change decreased our build times by 99%
1–10 of 256 posts
Re: A one-line change decreased our build times by 99%
#2But thank you for this. It takes a bit of courage to point out you’ve been doing something grotesquely inefficient for years and years.
Re: A one-line change decreased our build times by 99%
#3This did NOT slash build times 99%, but rather time to do a git pull.
Re: A one-line change decreased our build times by 99%
#4@Dang, can we get an edit? This did NOT slash build times 99%, but rather time to do a git pull.
Re: A one-line change decreased our build times by 99%
#5I think it takes some real humility to post this. No doubt someone will follow up with an “of course...” or “if you don’t understand the tech you use...” comment. But thank you for this. It takes a bit of courage to point out you’ve been doing something grotesquely inefficient for years and years.
Re: A one-line change decreased our build times by 99%
#6@Dang, can we get an edit? This did NOT slash build times 99%, but rather time to do a git pull.
If build includes a git pull, maybe it did.
Re: A one-line change decreased our build times by 99%
#7Re: A one-line change decreased our build times by 99%
#8Re: A one-line change decreased our build times by 99%
#9Re: A one-line change decreased our build times by 99%
#10@Dang, can we get an edit? This did NOT slash build times 99%, but rather time to do a git pull.
> We found that setting the refspec option during git fetch reduced our build times by 99%.
Seems pretty clear to me that build times were reduced by 99% as a result of cutting the git fetch times significantly (but exacyt number is not give). The headline looks correct to me.