BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
a4df822b
Commit
a4df822b
authored
May 04, 2016
by
Yorick Peterse
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-performance-links' into 'master'
Fixed username links in the performance guide See merge request !4036
parents
0067ca5b
70551217
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
performance.md
doc/development/performance.md
+3
-3
No files found.
doc/development/performance.md
View file @
a4df822b
...
...
@@ -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.
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment