You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "swebb2066 (via GitHub)" <gi...@apache.org> on 2024/04/08 02:56:26 UTC

[PR] Bump version to 1.3.0 [logging-log4cxx]

swebb2066 opened a new pull request, #365:
URL: https://github.com/apache/logging-log4cxx/pull/365

   (no comment)


-- 
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: notifications-unsubscribe@logging.apache.org

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


Re: [PR] Bump version to 1.3.0 [logging-log4cxx]

Posted by "swebb2066 (via GitHub)" <gi...@apache.org>.
swebb2066 commented on PR #365:
URL: https://github.com/apache/logging-log4cxx/pull/365#issuecomment-2041863687

   Benchmark results on Windows 11 VS2022 comparing v1.2.0.json to v1.3.0.json
    | Benchmark | Time | CPU | Time Old | Time New | CPU Old | CPU New | 
    | ------- | ----- | ---- | ------- | --------- | ------- | ------- | 
    | Testing disabled logging request | -0.1280 | +0.1584 | 3 | 2 | 1 | 2 | 
    | Testing disabled logging request/threads:6 | -0.0519 | -0.1698 | 1 | 1 | 3 | 3 | 
    | Appending 5 char string using MessageBuffer, pattern: %m%n | -0.7412 | -0.7591 | 2655 | 687 | 1500 | 361 | 
    | Appending 5 char string using MessageBuffer, pattern: %m%n/threads:6 | -0.6556 | -0.0836 | 910 | 314 | 839 | 769 | 
    | Appending 49 char string using MessageBuffer, pattern: %m%n | -0.0009 | -0.0945 | 1012 | 1011 | 656 | 594 | 
    | Appending 49 char string using MessageBuffer, pattern: %m%n/threads:6 | -0.0721 | -0.1633 | 504 | 468 | 1276 | 1068 | 
    | Appending int value using MessageBuffer, pattern: %m%n | +0.0299 | -0.0455 | 1915 | 1973 | 1074 | 1025 | 
    | Appending int value using MessageBuffer, pattern: %m%n/threads:6 | +0.2586 | -0.3561 | 634 | 799 | 1535 | 988 | 
    | Appending int+float using MessageBuffer, pattern: %m%n | -0.3974 | -0.4333 | 5259 | 3170 | 3139 | 1779 | 
    | Appending int+float using MessageBuffer, pattern: %m%n/threads:6 | -0.2074 | +0.2443 | 1225 | 971 | 3069 | 3819 | 
    | Appending int value using MessageBuffer, pattern: [%d] %m%n | -0.0027 | -0.0066 | 3985 | 3975 | 2100 | 2086 | 
    | Appending int value using MessageBuffer, pattern: [%d] [%c] [%p] %m%n | -0.0670 | -0.0728 | 2098 | 1958 | 1294 | 1200 | 
    | Appending 49 char string using FMT, pattern: %m%n | -0.0691 | -0.0455 | 909 | 846 | 460 | 439 | 
    | Appending 49 char string using FMT, pattern: %m%n/threads:6 | -0.0600 | -0.5923 | 503 | 473 | 1146 | 467 | 
    | Appending int value using FMT, pattern: %m%n | +0.0394 | -0.1405 | 950 | 988 | 600 | 516 | 
    | Appending int value using FMT, pattern: %m%n/threads:6 | -0.0767 | -0.4209 | 488 | 450 | 1380 | 799 | 
    | Appending int+float using FMT, pattern: %m%n | -0.0264 | +0.0862 | 1287 | 1253 | 710 | 771 | 
    | Appending int+float using FMT, pattern: %m%n/threads:6 | -0.0247 | -0.4833 | 545 | 532 | 1558 | 805 | 
    | Async, Sending int+float using MessageBuffer | +0.0815 | -0.0833 | 3921 | 4241 | 2511 | 2302 | 
    | Async, Sending int+float using MessageBuffer/threads:6 | +0.0094 | +0.4097 | 1122 | 1132 | 3604 | 5080 | 
    | Logging int+float using MessageBuffer, pattern: %d %m%n | -0.1720 | -0.3835 | 4321 | 3578 | 2783 | 1716 | 
    | Logging int+float using MessageBuffer, pattern: %d %m%n/threads:6 | -0.0466 | +0.1562 | 1496 | 1427 | 930 | 1075 | 
    | OVERALL_GEOMEAN | -0.1513 | -0.2050 | 0 | 0 | 0 | 0 | 


-- 
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: notifications-unsubscribe@logging.apache.org

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


Re: [PR] Bump version to 1.3.0 [logging-log4cxx]

Posted by "swebb2066 (via GitHub)" <gi...@apache.org>.
swebb2066 merged PR #365:
URL: https://github.com/apache/logging-log4cxx/pull/365


-- 
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: notifications-unsubscribe@logging.apache.org

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


Re: [PR] Bump version to 1.3.0 [logging-log4cxx]

Posted by "swebb2066 (via GitHub)" <gi...@apache.org>.
swebb2066 commented on PR #365:
URL: https://github.com/apache/logging-log4cxx/pull/365#issuecomment-2041833640

   Benchmark results on Ubuntu gcc 11.4 comparing v1.2.0.json to v1.3.0.json
    |Benchmark |Time |CPU |Time Old |Time New |CPU Old |CPU New |
    | -------- | ----| -- | ------- | ------- | ------ | ----- |
    |Testing disabled logging request |+0.0111 |+0.0129 |0 |0 |0 |0 |
    |Testing disabled logging request/threads:4 |-0.0023 |-0.0006 |0 |0 |1 |1 |
    |Appending 5 char string using MessageBuffer, pattern: %m%n |-0.4118 |-0.4109 |562 |331 |562 |331 |
    |Appending 5 char string using MessageBuffer, pattern: %m%n/threads:4 |-0.6291 |-0.6201 |914 |339 |3525 |1339 |
    |Appending 49 char string using MessageBuffer, pattern: %m%n |-0.4013 |-0.4004 |614 |368 |614 |368 |
    |Appending 49 char string using MessageBuffer, pattern: %m%n/threads:4 |-0.6164 |-0.6066 |944 |362 |3622 |1425 |
    |Appending int value using MessageBuffer, pattern: %m%n |-0.2645 |-0.2634 |742 |546 |742 |547 |
    |Appending int value using MessageBuffer, pattern: %m%n/threads:4 |-0.5992 |-0.5891 |966 |387 |3727 |1532 |
    |Appending int+float using MessageBuffer, pattern: %m%n |-0.2205 |-0.2191 |1226 |956 |1226 |957 |
    |Appending int+float using MessageBuffer, pattern: %m%n/threads:4 |-0.5854 |-0.5765 |1005 |417 |3932 |1665 |
    |Appending int value using MessageBuffer, pattern: [%d] %m%n |-0.1842 |-0.1832 |772 |630 |773 |631 |
    |Appending int value using MessageBuffer, pattern: [%d] [%c] [%p] %m%n |-0.2029 |-0.2019 |827 |660 |828 |661 |
    |Appending 49 char string using FMT, pattern: %m%n |-0.3890 |-0.3883 |574 |351 |574 |351 |
    |Appending 49 char string using FMT, pattern: %m%n/threads:4 |-0.6198 |-0.6098 |931 |354 |3569 |1393 |
    |Appending int value using FMT, pattern: %m%n |-0.3545 |-0.3538 |589 |380 |589 |381 |
    |Appending int value using FMT, pattern: %m%n/threads:4 |-0.6176 |-0.6077 |936 |358 |3598 |1411 |
    |Appending int+float using FMT, pattern: %m%n |-0.2939 |-0.2931 |726 |513 |726 |513 |
    |Appending int+float using FMT, pattern: %m%n/threads:4 |-0.6012 |-0.5911 |971 |387 |3765 |1540 |
    |Async, Sending int+float using MessageBuffer |-0.4609 |-0.4603 |2764 |1490 |2764 |1492 |
    |Async, Sending int+float using MessageBuffer/threads:4 |-0.6097 |-0.5939 |1454 |567 |5587 |2269 |
    |Logging int+float using MessageBuffer, pattern: %d %m%n |-0.1953 |-0.1904 |1352 |1088 |1345 |1089 |
    |Logging int+float using MessageBuffer, pattern: %d %m%n/threads:4 |-0.3182 |-0.3828 |1368 |933 |4792 |2957 |
    |OVERALL_GEOMEAN |-0.4218 |-0.4182 |0 |0 |0 |0 |
   


-- 
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: notifications-unsubscribe@logging.apache.org

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