You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "vlsi (via GitHub)" <gi...@apache.org> on 2023/05/03 16:37:11 UTC

[GitHub] [jmeter] vlsi commented on issue #5875: Performance affected by Config Elements

vlsi commented on issue #5875:
URL: https://github.com/apache/jmeter/issues/5875#issuecomment-1533357690

   Frankly speaking, I do not understand the reason to have `recoverRunningVersion` there.
   
   Apparently, the default implementation in `AbstractTestElement#recoverRunningVersion` iterates over all the properties and calls `org.apache.jmeter.testelement.property.JMeterProperty#recoverRunningVersion`.
   The test case in the attachment has `HTTP Header Manager` with ~240 headers.
   
   Of course, it takes time to walk over those 240 properties to reset them.
   Unfortunataly, `recoverRunningVersion` is there from the beginning: it was added in 2003 in https://github.com/apache/jmeter/commit/2e6f30d8a083e083553fefe4fb92fd93e7b85d84#diff-436813e2e3a0903a899ea4c44396e9a24ccd045c90e9de50dda8030ec0c44128R78


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org