adamdebreceni edited a comment on pull request #926: URL: https://github.com/apache/nifi-minifi-cpp/pull/926#issuecomment-712128292
Given a GenerateFlowFile -> LogAttribute flow with 10'000 batchSize (for both) and 10 byte payload, the length of the onTrigger is the following: <img width="604" alt="Screenshot 2020-10-06 at 15 45 46" src="https://user-images.githubusercontent.com/64783590/96452076-c9421b80-1218-11eb-8cf7-aba76e765030.png"> measured on a 2019 Macbook Pro 16", 6-Core Intel Core i7 2.6 GHz, 32 GB RAM the `Identifier::to_string` method itself goes from `670 ns` to `10 ns` according to the CLion profiler, we spent 14% of our runtime in `Identifier::to_string` ---------------------------------------------------------------- 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]
