testing Branch

This commit is contained in:
ramakrishna
2022-03-21 15:30:07 +05:30
parent 106ae2f52e
commit 8e2dbf6413
+1
View File
@@ -17,6 +17,7 @@ namespace TestConsoleApp
var stopWatch2 = Stopwatch.StartNew(); var stopWatch2 = Stopwatch.StartNew();
for (int i = 0; i < 99999; i++) for (int i = 0; i < 99999; i++)
{ {
//Commetes For Branch Level 2
var a = 0; a += i; a++; var a = 0; a += i; a++;
} }