/// <exception cref="System.Exception" />
 public static void Main(string[] args)
 {
     var test = new ShardingTableSpaceMain();
     Runtime.CurrentTimeMillis();
     var start = Runtime.CurrentTimeMillis();
     test.TestTableSpace();
     var end = Runtime.CurrentTimeMillis();
     Console.Out.WriteLine("take " + (end - start) + " ms.");
 }
Exemple #2
0
        /// <exception cref="System.Exception" />
        public static void Main(string[] args)
        {
            var test = new ShardingTableSpaceMain();

            Runtime.CurrentTimeMillis();
            var start = Runtime.CurrentTimeMillis();

            test.TestTableSpace();
            var end = Runtime.CurrentTimeMillis();

            Console.Out.WriteLine("take " + (end - start) + " ms.");
        }