summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-04-10 12:04:30 -0700
committerStan Hu <stanhu@gmail.com>2019-04-10 12:06:07 -0700
commitb397ad8a6909ca21631dae5aae5e4a3373b5f2aa (patch)
tree50c456d4f63cb6ee10880f2fdb0075297b2f0c55 /changelogs
parentddab30ad3561c6834fd779458ce89084c8a95ca5 (diff)
downloadgitlab-ce-b397ad8a6909ca21631dae5aae5e4a3373b5f2aa.tar.gz
Disable method instrumentation for diffs
When there a large number of discussions on diffs, the instrumentation has a significant impact on performance since it's often run in a tight loop for line position calculation etc. We should disable this since there are other ways to benchmark performance. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52898
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-disable-diff-instrumentation.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-disable-diff-instrumentation.yml b/changelogs/unreleased/sh-disable-diff-instrumentation.yml
new file mode 100644
index 00000000000..55f4c2a8510
--- /dev/null
+++ b/changelogs/unreleased/sh-disable-diff-instrumentation.yml
@@ -0,0 +1,5 @@
+---
+title: Disable method instrumentation for diffs
+merge_request: 27235
+author:
+type: performance