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

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(); timer.Stop();
Console.WriteLine("X is {0}", x); Console.WriteLine("X is {0}", x);
Console.WriteLine("Time : {0}", timer.Elapsed); Console.WriteLine("Time : {0}", timer.Elapsed.TotalMilliseconds);
+1 -1
View File
@@ -10,7 +10,7 @@ own layers and redefine modules to get the desired result.
## Speed ## Speed
mROA is a very lightweight and fast library in its basic implementation using TCP protocol. mROA can be up to 1.7 times mROA is a very lightweight and fast library in its basic implementation using TCP protocol. mROA can be up to 2.8 times
faster than gRPC when mROA is using JSON serialization (it can be changed). faster than gRPC when mROA is using JSON serialization (it can be changed).
--- ---