Exemple #1
0
        static void RunStructureMapLoadTest()
        {
            Console.WriteLine("Starting StructureMap Load Test");
            var stopWatch = new StopWatch();

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

            Console.WriteLine("StructureMap Load Test: ");
            Console.WriteLine(stopWatch.ToString());
            Console.WriteLine();
        }
Exemple #2
0
		static void RunStructureMapLoadTest()
		{
			Console.WriteLine("Starting StructureMap Load Test");
			var stopWatch = new StopWatch();

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

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