markrmiller commented on pull request #311:
URL: https://github.com/apache/solr/pull/311#issuecomment-932675308


   A quick look at why, unrelated to your efforts here, I'm a bit 
pre-frustrated with debating this issue and being told it's already been solved 
for me.
   
   I run a sample of tests with Async Profiler, hoping to dig into and observe 
some behavior and results.
   
   I jump to the test at the top of the list. You can see on the left the 
impact of some key generation that occurs for every test that doesn't even 
touch that functionality. To the right, all those columns labeled with init - 
are also key generation. 
   
![image](https://user-images.githubusercontent.com/448788/135702432-50b34797-1306-4e7a-8983-1707a083035b.jpeg)
   
   Move to the next test. I still can find much valuable to observe. Key gen 
key gen key gen, init labels are again also keygen.
   
![image](https://user-images.githubusercontent.com/448788/135702435-ff2ead47-9388-40f2-a181-0a73c8e0a530.jpeg)
   
   Next test, same thing.
   
![image](https://user-images.githubusercontent.com/448788/135702438-cd78ff42-a4c4-4463-98ca-e4f816b66107.jpeg)
   
   And the next.
   
![image](https://user-images.githubusercontent.com/448788/135702442-d34c1cce-a7b0-4632-b74a-c2de116c502d.jpeg)
   
   We skip a test, the package test doesn't seem to suffer, the following test, 
I'm again swamped by keygen.
   
![image](https://user-images.githubusercontent.com/448788/135702447-289218f2-c70e-4a6f-8cfe-e1ee3db36557.jpeg)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to