Continuous Performance Evaluation

We saw in the previous chapter that driving a benchmark requires work and is not a small operation. However, it doesn't solve all the needs of software development, since you only do it from time to time. Moreover, between two benchmarks, you can have huge performance regression not captured by the unit tests validating the features and behavior of your application.

To solve that, it is a good idea to try to add dedicated tests for performance. This is what this chapter is about. Thus, we will learn:

  • Which tools you can use to test the performance
  • How you can set up some continuous integration for performance
  • How to write tests for the performance in such a context

Get Java EE 8 High Performance now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.