コード例 #1
0
ファイル: PerfUnitTest.cs プロジェクト: Seeisa/OpenFAST.NET
        public static void Main()
        {
            var t = new PerfUnitTest();

            //while (true)
            {
                try
                {
                    t.SetUp();
                    t.TestPerf();
                }
                finally
                {
                    t.TearDown();
                    //Console.WriteLine("Press Enter");
                    //Console.ReadLine();
                }
            }
        }
コード例 #2
0
        public static void Main()
        {
            var t = new PerfUnitTest();

            //while (true)
            {
                try
                {
                    t.SetUp();
                    t.TestPerf();
                }
                finally
                {
                    t.TearDown();
                    //Console.WriteLine("Press Enter");
                    //Console.ReadLine();
                }
            }
        }