ramakrishna 3 years ago
parent
commit
018946528f
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Test.cs

+ 1
- 2
Test.cs View File

17
             var stopWatch2 = Stopwatch.StartNew();
17
             var stopWatch2 = Stopwatch.StartNew();
18
             for (int i = 0; i < 99999; i++)
18
             for (int i = 0; i < 99999; i++)
19
             {
19
             {
20
-                //testing commonets Master
21
-                var a = 0; a += i; a++;
20
+               var a = 0; a += i; a++;
22
 
21
 
23
             }
22
             }
24
             Console.WriteLine("{0}", stopWatch2.Elapsed.TotalMilliseconds);
23
             Console.WriteLine("{0}", stopWatch2.Elapsed.TotalMilliseconds);

Loading…
Cancel
Save