Reviewing the conclusions

Depending on your conclusions, you may need to cross-check, with developers or other members, that the outcome of the benchmark is valid.

For instance, if you deduced on our quote-manager that you needed to cache the quotes, then you may desire to validate:

  • If it is OK to cache them business-wise (you can check it with your product owner or manager)
  • How long you can cache them for, as you will probably want some updates on the prices at some point

Another common example is to validate that you can bypass or change the way you secured some part of the application because the security layer was too slow (switching from OAuth2 to HTTP signature, or some authentication mechanism to network security, for instance). ...

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.