diff options
author | Stan Hu <stanhu@gmail.com> | 2018-11-15 22:49:48 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-16 00:23:36 -0800 |
commit | 198f2a0b6149a2e7c069ad3aaad6ced9f5bb3ea1 (patch) | |
tree | bf41d60dccb32bbb689bb853655535a691963981 /changelogs | |
parent | 6494467a191f119af31ce3e8d3f32885c1244bdc (diff) | |
download | gitlab-ce-198f2a0b6149a2e7c069ad3aaad6ced9f5bb3ea1.tar.gz |
Use Nokogiri as the ActiveSupport XML backendsh-use-nokogiri-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
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-use-nokogiri-xml-backend.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-use-nokogiri-xml-backend.yml b/changelogs/unreleased/sh-use-nokogiri-xml-backend.yml new file mode 100644 index 00000000000..6a82e32c416 --- /dev/null +++ b/changelogs/unreleased/sh-use-nokogiri-xml-backend.yml @@ -0,0 +1,5 @@ +--- +title: Use Nokogiri as the ActiveSupport XML backend +merge_request: 23136 +author: +type: performance |