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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
