Repository: logging-log4j2 Updated Branches: refs/heads/master 51ff83ce7 -> afcce2c2d
LOG4J2-1179 updated graphs for performance page Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/afcce2c2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/afcce2c2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/afcce2c2 Branch: refs/heads/master Commit: afcce2c2d03beb1e4e69a4d6ef68a27fb0416af7 Parents: 51ff83c Author: rpopma <rpo...@apache.org> Authored: Tue May 10 02:54:09 2016 +0900 Committer: rpopma <rpo...@apache.org> Committed: Tue May 10 02:54:09 2016 +0900 ---------------------------------------------------------------------- .../images/AsyncWithLocationThrpt1T-labeled.png | Bin 0 -> 23503 bytes ...responsetimeasynclogging16thre...@8keach.png | Bin 32872 -> 30694 bytes ...ogging16thre...@8keachlog4j2only-labeled.png | Bin 46083 -> 42723 bytes .../responsetimeasynclogging1thr...@128k.png | Bin 33685 -> 25701 bytes ...responsetimeasynclogging4thre...@16keach.png | Bin 38135 -> 35566 bytes ...asynclogging4thre...@16keachwithoutmixed.png | Bin 40557 -> 37846 bytes src/site/xdoc/performance.xml | 2 +- 7 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/afcce2c2/src/site/resources/images/AsyncWithLocationThrpt1T-labeled.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/AsyncWithLocationThrpt1T-labeled.png b/src/site/resources/images/AsyncWithLocationThrpt1T-labeled.png new file mode 100644 index 0000000..b0508a2 Binary files /dev/null and b/src/site/resources/images/AsyncWithLocationThrpt1T-labeled.png differ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/afcce2c2/src/site/resources/images/responsetimeasynclogging16thre...@8keach.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/responsetimeasynclogging16thre...@8keach.png b/src/site/resources/images/responsetimeasynclogging16thre...@8keach.png index 25b101f..b92c0ff 100644 Binary files a/src/site/resources/images/responsetimeasynclogging16thre...@8keach.png and b/src/site/resources/images/responsetimeasynclogging16thre...@8keach.png differ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/afcce2c2/src/site/resources/images/responsetimeasynclogging16thre...@8keachlog4j2only-labeled.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/responsetimeasynclogging16thre...@8keachlog4j2only-labeled.png b/src/site/resources/images/responsetimeasynclogging16thre...@8keachlog4j2only-labeled.png index e4b7bbb..1ed30b9 100644 Binary files a/src/site/resources/images/responsetimeasynclogging16thre...@8keachlog4j2only-labeled.png and b/src/site/resources/images/responsetimeasynclogging16thre...@8keachlog4j2only-labeled.png differ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/afcce2c2/src/site/resources/images/responsetimeasynclogging1thr...@128k.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/responsetimeasynclogging1thr...@128k.png b/src/site/resources/images/responsetimeasynclogging1thr...@128k.png index 7a9b92c..e1170d4 100644 Binary files a/src/site/resources/images/responsetimeasynclogging1thr...@128k.png and b/src/site/resources/images/responsetimeasynclogging1thr...@128k.png differ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/afcce2c2/src/site/resources/images/responsetimeasynclogging4thre...@16keach.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/responsetimeasynclogging4thre...@16keach.png b/src/site/resources/images/responsetimeasynclogging4thre...@16keach.png index f92d39d..b69bde3 100644 Binary files a/src/site/resources/images/responsetimeasynclogging4thre...@16keach.png and b/src/site/resources/images/responsetimeasynclogging4thre...@16keach.png differ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/afcce2c2/src/site/resources/images/responsetimeasynclogging4thre...@16keachwithoutmixed.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/responsetimeasynclogging4thre...@16keachwithoutmixed.png b/src/site/resources/images/responsetimeasynclogging4thre...@16keachwithoutmixed.png index da49d2d..285a9eb 100644 Binary files a/src/site/resources/images/responsetimeasynclogging4thre...@16keachwithoutmixed.png and b/src/site/resources/images/responsetimeasynclogging4thre...@16keachwithoutmixed.png differ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/afcce2c2/src/site/xdoc/performance.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/performance.xml b/src/site/xdoc/performance.xml index 7918892..94e57b2 100644 --- a/src/site/xdoc/performance.xml +++ b/src/site/xdoc/performance.xml @@ -223,7 +223,7 @@ if (logger.isDebugEnabled()) { across all logging libraries, and slows down asynchronous logging by about 30-100x</em>. </p> - <p><img src="images/AsyncWithLocationThrpt1T.png" /></p> + <p><img src="images/AsyncWithLocationThrpt1T-labeled.png" /></p> <p>The results above are for JUL (java.util.logging) 1.8.0_45, Log4j 2.6, Log4j 1.2.17 and Logback 1.1.7, and were obtained with the <a href="http://openjdk.java.net/projects/code-tools/jmh/">JMH</a> Java benchmark harness.