Skip to content

Disable method instrumentation for diffs

Stan Hu requested to merge sh-disable-diff-instrumentation into master

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

Merge request reports