Exemplo n.º 1
0
        private static void RunLocalRabbitMqLoadTest()
        {
            var stopWatch = new StopWatch();

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

            Console.WriteLine("RabbitMQ Load Test: ");
            Console.WriteLine(stopWatch.ToString());
            Console.WriteLine();
        }
Exemplo n.º 2
0
        private static void RunLocalRabbitMqLoadTest()
        {
            var stopWatch = new StopWatch();

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

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