gitlab-org--gitlab-foss/changelogs/unreleased/sh-use-nokogiri-xml-backend.yml
Stan Hu 198f2a0b61 Use Nokogiri as the ActiveSupport XML backend
This significantly improves performance and reduces memory consumption
when parsing XML files. On a test with 124 JUnit files from a CE build,
there was about a 4x reduction in processing time.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54068
2018-11-16 00:23:36 -08:00

5 lines
104 B
YAML

---
title: Use Nokogiri as the ActiveSupport XML backend
merge_request: 23136
author:
type: performance