Exemplo n.º 1
0
 /// <exception cref="System.Exception"></exception>
 public static void Main2(string[] args)
 {
     NeoDatis.Odb.Test.Performance.PerformanceTest1WithIndex pt = new NeoDatis.Odb.Test.Performance.PerformanceTest1WithIndex
                                                                      ();
     // Thread.sleep(20000);
     // LogUtil.allOn(true);
     pt.T1estInsertSimpleObjectODB(10000);
 }
Exemplo n.º 2
0
		/// <exception cref="System.Exception"></exception>
		public static void Main2(string[] args)
		{
			NeoDatis.Odb.Test.Performance.PerformanceTest1WithIndex pt = new NeoDatis.Odb.Test.Performance.PerformanceTest1WithIndex
				();
			// Thread.sleep(20000);
			// LogUtil.allOn(true);
			pt.T1estInsertSimpleObjectODB(10000);
		}