ramakrishna 3 years ago
parent
commit
eadf12f2bd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Test.cs

+ 1
- 0
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
+                string k = string.Empty; // Core lev2
20
                 //Commetes For Branch Level 2
21
                 //Commetes For Branch Level 2
21
                 var a = 0; a += i; a++;
22
                 var a = 0; a += i; a++;
22
 
23
 

Loading…
Cancel
Save