We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carrying over discussion from #5724:
Some performance results from #5724 (comment):
with jaxrs 2 annotations instrumentation: match count=10154036, time=16974ms locate count=32589, time=9313ms with jaxrs 2 annotations instrumentation disabled: match count=9965431, time=6738ms locate count=9279, time=2094ms additionally with external annotations, withspan, spring-ws instrumentations disabled: match count=9368871, time=4852ms locate count=3258, time=1008ms In retrospect I realized that I probably should have counted only the classes located during matching. Then the last test would give locate count=45, time=19ms
with jaxrs 2 annotations instrumentation:
match count=10154036, time=16974ms locate count=32589, time=9313ms
with jaxrs 2 annotations instrumentation disabled:
match count=9965431, time=6738ms locate count=9279, time=2094ms
additionally with external annotations, withspan, spring-ws instrumentations disabled:
match count=9368871, time=4852ms locate count=3258, time=1008ms
In retrospect I realized that I probably should have counted only the classes located during matching. Then the last test would give
locate count=45, time=19ms
The text was updated successfully, but these errors were encountered:
Closing, startup perf can always be better, but @laurit has made a lot of improvement to it since this was opened
Sorry, something went wrong.
No branches or pull requests
Carrying over discussion from #5724:
Some performance results from #5724 (comment):
The text was updated successfully, but these errors were encountered: