#10 Continous Delivery
From the Open Source Load Testing presentation http://www.slideshare.net/richardfriedman/open-source-load-testing Perhaps in a perfect world, every time code is submitted and reviewed, a Jenkins job kicks off a load test against your specific change. However, in reality, this has quite a few issues: Too early. Load testing too early in your process is noise Time. Realistically, most projects are not scoped with time for this Scope. Changing a readme file should not generate a load test For me, I have foundRead More →