diff test/org/tmatesoft/hg/test/TestStatus.java @ 147:a05145db4d0c

Bring test repos along with us to recreate testbench
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 22 Feb 2011 15:49:26 +0100
parents 4a948ec83980
children c17a08095e44
line wrap: on
line diff
--- a/test/org/tmatesoft/hg/test/TestStatus.java	Fri Feb 18 05:20:18 2011 +0100
+++ b/test/org/tmatesoft/hg/test/TestStatus.java	Tue Feb 22 15:49:26 2011 +0100
@@ -159,6 +159,10 @@
 	 * 'hg status -A': Native client total 953 (95 per run), Java client 94 (9)
 	 * 'hg status -A --rev 3:80': Native client total 1828 (182 per run), Java client 235 (23)
 	 * 'hg log --debug', 10 runs: Native client total 1766 (176 per run), Java client 78 (7)
+	 * 
+	 * 18.02.2011
+	 * 'hg status -A --rev 3:80', 10 runs:  Native client total 2000 (200 per run), Java client 250 (25)
+	 * 'hg log --debug', 10 runs: Native client total 2297 (229 per run), Java client 125 (12)
 	 */
 	public void testPerformance() throws Exception {
 		final int runs = 10;