обновление теста + рекорда

This commit is contained in:
2025-02-07 17:49:03 +03:00
parent 7f6ab22ab6
commit 318484025d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,4 +43,4 @@ for (int i = 0; i < iterations; i++)
}
timer.Stop();
Console.WriteLine("X is {0}", x);
Console.WriteLine("Time : {0}", timer.Elapsed);
Console.WriteLine("Time : {0}", timer.Elapsed.TotalMilliseconds);