[
https://issues.apache.org/jira/browse/ARTEMIS-2996?focusedWorklogId=511977&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-511977
]
ASF GitHub Bot logged work on ARTEMIS-2996:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 15/Nov/20 16:39
Start Date: 15/Nov/20 16:39
Worklog Time Spent: 10m
Work Description: franz1981 edited a comment on pull request #3343:
URL: https://github.com/apache/activemq-artemis/pull/3343#issuecomment-727598655
For `getBindingsForRoutingAddress` with already existing bindings the major
bottleneck seems `CompositeAddress.extractAddressName(address)` (in violet)

But luckly its concurrent performance scale linearly with the number of
threads, because there are no locks
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 511977)
Time Spent: 1h 50m (was: 1h 40m)
> Provide JMH Benchmarks for Artemis
> ----------------------------------
>
> Key: ARTEMIS-2996
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2996
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Tests
> Reporter: Francesco Nigro
> Assignee: Francesco Nigro
> Priority: Major
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> In order to reliably measure performance of many Artemis component would be
> welcome to implement some https://github.com/openjdk/jmh benchmarks to be
> used for development purposes ie not part of the release
--
This message was sent by Atlassian Jira
(v8.3.4#803005)