mthmulders / snail-pace-rocket-speed-demos

Accelerating Maven Builds: From Snail's Pace to Rocket Speed -- Demo's
2 stars 2 forks source link

Add script for demoing how to measure your build #3

Closed mthmulders closed 4 months ago

bmarwell commented 4 months ago

Hmm. Do we need to clean up between the builds?

mthmulders commented 4 months ago

Hmm. Do we need to clean up between the builds?

I don't think we should. Download time can be a huge influence on build speed, which is why on Azure DevOps and GitHub Actions and the like people often use caching. Also, conference WiFi is not always very reliable, and we don't want that to break our demos. So I would argue to keep downloads out of the equation as much as we can.

bmarwell commented 4 months ago

No, I mean reset the shiro checkout, not clean the .m2/repository.

mthmulders commented 4 months ago

Need to rebase this on #8 once that's merged.