unnamed file

PHP

Java6 bench

ManiacTwister

Download Edit

root@minimal-debian6:~/lib# java -jar JBench.jar jbench.properties
--- JBench log starts Wed Oct 05 20:06:06 CEST 2011 ---
General Configuration:
Number of test runs per task: 5
Abort on task configuration error: no
Excluding worst result and best result from stats.
System information:
VM: Java HotSpot(TM) 64-Bit Server VM;20.1-b02;Sun Microsystems Inc.
OS: Linux;amd64;2.6.32-5-amd64
Timer: uk.org.skeet.jbench.ClockTimer; granularity: 1ms
Task configuration:
Configured 1: Collections.sort(class java.util.ArrayList) size=100000
Configured 2: Collections.sort(class java.util.Vector) size=100000
2 tasks successfully configured
----------
Collections.sort(class java.util.ArrayList) size=100000
Testing.....All tests passed. Results:
278ms [excluded]
29ms
28ms
28ms [excluded]
29ms
Mean=28; variance=0; standard deviation=0
----------
Collections.sort(class java.util.Vector) size=100000
Testing.....All tests passed. Results:
52ms [excluded]
33ms [excluded]
34ms
34ms
34ms
Mean=34; variance=0; standard deviation=0
--- JBench log ends Wed Oct 05 20:06:07 CEST 2011 ---