Ejemplo n.º 1
0
 public static void Main2(string[] args)
 {
     var pt = new PerformanceTest1WithIndex();
     // Thread.sleep(20000);
     // LogUtil.allOn(true);
     pt.T1estInsertSimpleObjectODB(10000);
 }
        public static void Main2(string[] args)
        {
            var pt = new PerformanceTest1WithIndex();

            // Thread.sleep(20000);
            // LogUtil.allOn(true);
            pt.T1estInsertSimpleObjectODB(10000);
        }