Skip to content

Added performance guidelines for new MRs

yorickpeterse-staging requested to merge mr-performance-guides into master

What does this MR do?

This MR adds a set of guides that should be followed by merge request authors.

Are there points in the code the reviewer needs to double check?

Spelling, grammar, etc

Why was this MR needed?

There is no set of guidelines one should follow when submitting merge requests. This leads to developers at times disregarding performance. This in turn results in performance specialists having to clean up the mess, or production engineers being woken up in the middle of the night because the database is on fire.

Does this MR meet the acceptance criteria?

cc @DouweM @rspeicher @pcarranza @dzaporozhets

Merge request reports