[logback-dev] svn commit: r2315 - logback/trunk/logback-classic/src/test/java/ch/qos/logback/classic/issue/lbclassic135
noreply.ceki at qos.ch
noreply.ceki at qos.ch
Mon Jun 29 19:06:41 CEST 2009
Author: ceki
Date: Mon Jun 29 19:06:40 2009
New Revision: 2315
Modified:
logback/trunk/logback-classic/src/test/java/ch/qos/logback/classic/issue/lbclassic135/LoggingToFileThrouhput.java
Log:
reformat results
Modified: logback/trunk/logback-classic/src/test/java/ch/qos/logback/classic/issue/lbclassic135/LoggingToFileThrouhput.java
==============================================================================
--- logback/trunk/logback-classic/src/test/java/ch/qos/logback/classic/issue/lbclassic135/LoggingToFileThrouhput.java (original)
+++ logback/trunk/logback-classic/src/test/java/ch/qos/logback/classic/issue/lbclassic135/LoggingToFileThrouhput.java Mon Jun 29 19:06:40 2009
@@ -23,7 +23,7 @@
*/
public class LoggingToFileThrouhput {
- static int THREAD_COUNT = 10;
+ static int THREAD_COUNT = 1;
static long OVERALL_DURATION_IN_MILLIS = 5000;
public static void main(String args[]) throws InterruptedException {
@@ -79,34 +79,34 @@
// java.vendor = Sun Microsystems Inc.
// os.name = Windows XP
//
-// Threads 10: total of 309402 operations, or 61 operations per millisecond
// Threads 1: total of 485077 operations, or 97 operations per millisecond
+// Threads 10: total of 309402 operations, or 61 operations per millisecond
//* After revision 2310
-//* Threads 10: total of 243362 operations, or 58 operations per millisecond
//* Threads 1: total of 462465 operations, or 92 operations per millisecond
+//* Threads 10: total of 243362 operations, or 48 operations per millisecond
+// ==================== Linux ========================
// java.runtime.version = 1.6.0_11-b03
// java.vendor = Sun Microsystems Inc.
// os.name = Linux
// os.version = 2.6.25-gentoo-r6
-// Threads 10: total of 287943 operations, or 57 operations per millisecond
// Threads 1: total of 356355 operations, or 71 operations per millisecond
+// Threads 10: total of 287943 operations, or 57 operations per millisecond
//* After revision 2310
-//* Threads 10: total of 311104 operations, or 62 operations per millisecond
//* Threads 1: total of 331494 operations, or 66 operations per millisecond
-
+//* Threads 10: total of 311104 operations, or 58 operations per millisecond
// java.runtime.version = jvmxa6460-20081105_25433
// java.vendor = IBM Corporation
// java.version = 1.6.0
// os.name = Linux
// os.version = 2.6.25-gentoo-r6
-// Threads 10 total of 142989 operations, or 28 operations per millisecond
// Threads 1: total of 280381 operations, or 56 operations per millisecond
+// Threads 10 total of 142989 operations, or 28 operations per millisecond
//* After revision 2310
-//* Threads 10: total of 147660 operations, or 29 operations per millisecond
-//* Threads 1: total of 305638 operations, or 61 operations per millisecond
\ No newline at end of file
+//* Threads 1: total of 305638 operations, or 61 operations per millisecond
+//* Threads 10: total of 147660 operations, or 29 operations per millisecond
\ No newline at end of file
More information about the logback-dev
mailing list