Esempio n. 1
0
        private static void RunContainerLoadTest()
        {
            Console.WriteLine("Starting Local MSMQ Container Load Test");
            StopWatch stopWatch = new StopWatch();

            using (ContainerLoadTest test = new ContainerLoadTest())
            {
                test.Run(stopWatch);
            }

            Console.WriteLine("Container Load Test: ");
            Console.WriteLine(stopWatch.ToString());
            Console.WriteLine();
        }
Esempio n. 2
0
		private static void RunContainerLoadTest()
        {
            Console.WriteLine("Starting Local MSMQ Container Load Test");
			StopWatch stopWatch = new StopWatch();

			using (ContainerLoadTest test = new ContainerLoadTest())
			{
				test.Run(stopWatch);
			}

			Console.WriteLine("Container Load Test: ");
            Console.WriteLine(stopWatch.ToString());
            Console.WriteLine();
		}