private static void Main(params string[] args)
        {
            var setup = new SetupFixture();
            var test  = new HeavyLoad();

            test.RunForTime();
        }
Esempio n. 2
0
 private static void Main(params string[] args)
 {
     var setup = new SetupFixture();
     var test = new HeavyLoad();
     test.RunForTime();
 }