Various small speed improvements by gnodet · Pull Request #106 · codehaus-plexus/plexus-utils
Navigation Menu
{{ message }}
codehaus-plexus / plexus-utils Public
- Notifications You must be signed in to change notification settings
- Fork 43
Merged
Various small speed improvements#106
rfscholte merged 5 commits intocodehaus-plexus:masterfrom
Various small speed improvements#106
rfscholte merged 5 commits intocodehaus-plexus:masterfrom
Conversation
gnodet added 5 commits
November 18, 2020 15:05If the parent directory is a symbolic link, this is true for all the children, so invert the loop
Copy link
Member Author
gnodet
commented
Nov 18, 2020
gnodet commented
Nov 18, 2020Result for the xml parser perf tests:
Before:
Benchmark Mode Cnt Score Error Units
MXParserPerfTest.benchmarkBuild thrpt 3 28.684 ± 14.230 ops/ms
Benchmark Mode Cnt Score Error Units
MXParserPerfTest.benchmarkBuild thrpt 3 28.732 ± 2.537 ops/ms
After:
Benchmark Mode Cnt Score Error Units
MXParserPerfTest.benchmarkBuild thrpt 3 30.268 ± 2.439 ops/ms
Benchmark Mode Cnt Score Error Units
MXParserPerfTest.benchmarkBuild thrpt 3 30.047 ± 5.080 ops/ms
rfscholte
merged commit
797cab4
into
codehaus-plexus:master
gnodet
mentioned this pull request
olamy
added
the
enhancement
label
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment