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


   when using disabled logging statements.
   
   throughputtests output after applyinh these changes:
   ```Benchmarking library only(no writing out):
   **************************************************************
   Benchmarking Single threaded: 1000000 messages
   **************************************************************
   Log4cxx NoFormat pattern: %m%n Elapsed: 4.866 secs 205,516/sec
   Log4cxx DateOnly pattern: [%d] %m%n Elapsed: 4.875 secs 205,130/sec
   Log4cxx DateClassLevel pattern: [%d] [%c] [%p] %m%n Elapsed: 4.898 secs 
204,167/sec
   Log4cxx Logging with FMT Elapsed: 2.437 secs 410,320/sec
   Log4cxx Logging static string Elapsed: 3.409 secs 293,331/sec
   Log4cxx Logging static string with FMT Elapsed: 2.759 secs 362,386/sec
   Log4cxx Logging disabled debug Elapsed: 0.1323 secs 7,558,764/sec
   Log4cxx Logging disabled trace Elapsed: 0.1336 secs 7,486,832/sec
   Log4cxx Logging enabled debug Elapsed: 3.463 secs 288,802/sec
   Log4cxx Logging enabled trace Elapsed: 3.463 secs 288,729/sec
   **************************************************************
   Benchmarking multithreaded threaded: 1000000 messages/thread, 4 threads
   **************************************************************
   Log4cxx Logging with FMT MT Elapsed: 4.469 secs 223,767/sec
   Log4cxx Logging with FMT MT Elapsed: 4.512 secs 221,653/sec
   Log4cxx Logging with FMT MT Elapsed: 4.578 secs 218,420/sec
   Log4cxx Logging with FMT MT Elapsed: 4.583 secs 218,199/sec
   **************************************************************
   Benchmarking multithreaded disabled: 1000000 messages/thread, 4 threads
   **************************************************************
   Log4cxx Logging disabled MT Elapsed: 0.1453 secs 6,883,621/sec
   Log4cxx Logging disabled MT Elapsed: 0.1457 secs 6,862,385/sec
   Log4cxx Logging disabled MT Elapsed: 0.1458 secs 6,860,196/sec
   Log4cxx Logging disabled MT Elapsed: 0.1459 secs 6,855,386/sec
   ```


-- 
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-unsubscr...@logging.apache.org

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


Reply via email to