обновление теста + рекорда
This commit is contained in:
@@ -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);
|
||||||
@@ -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).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user