You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/09/17 16:12:32 UTC

[GitHub] [nifi-minifi-cpp] szaszm edited a comment on pull request #1171: MINIFICPP-1638 Optimize catch and cmake usage

szaszm edited a comment on pull request #1171:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1171#issuecomment-921915548


   I measured on a laptop. The tests didn't show a significant decrease in compilation times there, so it looks like your conclusion was not just random noise. This time the tests were done after the merge of the dynamic extension loading PR and after rebasing the compile-time branch to it.
   
   My numbers on a 6c/12t laptop:
   ```
   main branch:
   warm ccache: 1:26 1:26 1:25
   cold ccache: 6:57 6:55 6:57
   
   compile-time branch:
   warm ccache: 1:25 1:25 1:25
   cold ccache: 6:52 6:54 6:52
   ```
   
   I think it's still worth pursuing these changes, but the compilation time decrease is not as clear cut as I initially expected.


-- 
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: issues-unsubscribe@nifi.apache.org

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