List all of the test result

This commit is contained in:
luoyan35714
2014-12-15 14:44:22 +08:00
parent 9051cd0168
commit c018c352af
18 changed files with 268 additions and 2305 deletions
@@ -16,15 +16,17 @@ public class SyncMultiThreadTest {
}
public synchronized static void end(long in) {
end = in;
LOGGER.info("[" + (count * TestMultiple.NUMBER)
+ "] Asynch read total used[" + (end - start) + "] s");
}
private static long start;
private static long end;
private static final int count = 6;
private static final int count = 40;
public static void main(String[] args) throws Exception {
LOGGER.info("----------------------");
@@ -38,7 +40,7 @@ class TestMultiple implements Runnable {
private static Logger LOGGER = Logger.getLogger(TestMultiple.class);
public static final int NUMBER = 25000;
public static final int NUMBER = 10000;
private int count_number;
@@ -14,7 +14,7 @@ import java.util.Map.Entry;
public class CountAverageNumber {
private static int i = 5;
private static int i = 6;
public static void main(String[] args) throws Exception {
Map<Integer, List<Integer>> map = new HashMap<Integer, List<Integer>>();