Skip to content
Snippets Groups Projects
Commit a4df822b authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Merge branch 'fix-performance-links' into 'master'

Fixed username links in the performance guide

See merge request !4036
parents 0067ca5b 70551217
No related branches found
No related tags found
2 merge requests!4779Test/#123 Master,!4036Fixed username links in the performance guide
Pipeline #
Loading
Loading
@@ -16,7 +16,7 @@ The process of solving performance problems is roughly as follows:
timings, etc) to the issue mentioned in step 1.
4. Solve the problem.
5. Create a merge request, assign the "performance" label and ping the right
people (e.g. [@yorickpeterse][@yorickpeterse] and [@joshfng][@joshfng]).
people (e.g. [@yorickpeterse][yorickpeterse] and [@joshfng][joshfng]).
6. Once a change has been deployed make sure to _again_ measure for at least 24
hours to see if your changes have any impact on the production environment.
7. Repeat until you're done.
Loading
Loading
@@ -253,6 +253,6 @@ impact on runtime performance, and as such, using a constant instead of
referencing an object directly may even slow code down.
 
[#15607]: https://gitlab.com/gitlab-org/gitlab-ce/issues/15607
[@yorickpeterse]: https://gitlab.com/u/yorickpeterse
[@joshfng]: https://gitlab.com/u/joshfng
[yorickpeterse]: https://gitlab.com/u/yorickpeterse
[joshfng]: https://gitlab.com/u/joshfng
[anti-pattern]: https://en.wikipedia.org/wiki/Anti-pattern
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment