swebb2066 commented on PR #288: URL: https://github.com/apache/logging-log4cxx/pull/288#issuecomment-1806651253
Here is the relevant benchmark line before this PR: `Logging int value with std::ostream 697 ns 696 ns 1017033` and with commit [638d49d](https://github.com/apache/logging-log4cxx/pull/288/commits/638d49dd7daed7c02816895a60179409deb2c886): `Logging int value with std::ostream 757 ns 757 ns 957090` and after the change using `copyfmt`: `Logging int value with std::ostream 828 ns 828 ns 828736` -- 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]
