gitlab-org--gitlab-foss/changelogs
Stan Hu b397ad8a69 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
2019-04-10 12:06:07 -07:00
..
unreleased Disable method instrumentation for diffs 2019-04-10 12:06:07 -07:00
archive.md
README.md

Generating changelog entries

To generate and validate your changelog entries:

  1. Run bin/changelog to generate.
  2. Run scripts/lint-changelog-yaml to validate.

See development/changelog documentation for detailed usage.