You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2016/09/04 18:38:48 UTC

[32/36] logging-log4j2 git commit: Update Conversant disruptor performance tests to match spin policies used by other disruptor benchmarks

Update Conversant disruptor performance tests to match spin policies used by other disruptor benchmarks


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ac4f156c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ac4f156c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ac4f156c

Branch: refs/heads/master
Commit: ac4f156ca83cbb00aa2208bcef785cc8d0ce72c3
Parents: fdb6156
Author: Matt Sicker <bo...@gmail.com>
Authored: Mon Jun 20 10:19:22 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Mon Jun 20 10:19:22 2016 -0500

----------------------------------------------------------------------
 .../src/main/resources/perf5AsyncApndDsrptrNoLoc-noOpAppender.xml  | 2 +-
 .../main/resources/perf5AsyncApndDsrptrWithLoc-noOpAppender.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ac4f156c/log4j-perf/src/main/resources/perf5AsyncApndDsrptrNoLoc-noOpAppender.xml
----------------------------------------------------------------------
diff --git a/log4j-perf/src/main/resources/perf5AsyncApndDsrptrNoLoc-noOpAppender.xml b/log4j-perf/src/main/resources/perf5AsyncApndDsrptrNoLoc-noOpAppender.xml
index cc8d450..04297f6 100644
--- a/log4j-perf/src/main/resources/perf5AsyncApndDsrptrNoLoc-noOpAppender.xml
+++ b/log4j-perf/src/main/resources/perf5AsyncApndDsrptrNoLoc-noOpAppender.xml
@@ -21,7 +21,7 @@
     </CountingNoOp>
     <Async name="Async"  blocking="true" bufferSize="262144">
       <appender-ref ref="NoOp"/>
-      <DisruptorBlockingQueue/>
+      <DisruptorBlockingQueue spinPolicy="SPINNING"/>
     </Async>
   </Appenders>
   <Loggers>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ac4f156c/log4j-perf/src/main/resources/perf5AsyncApndDsrptrWithLoc-noOpAppender.xml
----------------------------------------------------------------------
diff --git a/log4j-perf/src/main/resources/perf5AsyncApndDsrptrWithLoc-noOpAppender.xml b/log4j-perf/src/main/resources/perf5AsyncApndDsrptrWithLoc-noOpAppender.xml
index 35c4ecb..6c78405 100644
--- a/log4j-perf/src/main/resources/perf5AsyncApndDsrptrWithLoc-noOpAppender.xml
+++ b/log4j-perf/src/main/resources/perf5AsyncApndDsrptrWithLoc-noOpAppender.xml
@@ -21,7 +21,7 @@
     </CountingNoOp>
     <Async name="Async"  blocking="true" bufferSize="262144" includeLocation="true">
       <appender-ref ref="NoOp"/>
-      <DisruptorBlockingQueue/>
+      <DisruptorBlockingQueue spinPolicy="SPINNING"/>
     </Async>
   </Appenders>
   <Loggers>