This document discusses approaches to embedding performance testing within an agile software development model. It proposes shifting performance testing earlier in the development process ("shift left") through feature branch testing and automation. Automating performance tests within a continuous integration/continuous deployment pipeline can find issues sooner and speed delivery. Challenges include incomplete integration testing at the feature level and engagement between performance and development teams. The results of a proof of concept automating performance testing in a pipeline are presented.