-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2a0c80
commit 272b1cd
Showing
5 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
``` ini | ||
|
||
BenchmarkDotNet=v0.12.1, OS=ubuntu 20.04 | ||
Intel Core i5-3570K CPU 3.40GHz (Ivy Bridge), 1 CPU, 4 logical and 4 physical cores | ||
.NET Core SDK=3.1.403 | ||
[Host] : .NET Core 3.1.9 (CoreCLR 4.700.20.47201, CoreFX 4.700.20.47203), X64 RyuJIT | ||
Job-WOXISK : .NET Core 3.1.9 (CoreCLR 4.700.20.47201, CoreFX 4.700.20.47203), X64 RyuJIT | ||
|
||
Concurrent=False Server=True InvocationCount=1 | ||
IterationCount=10 LaunchCount=1 UnrollFactor=1 | ||
WarmupCount=1 | ||
|
||
``` | ||
| Method | Library | Mean | Error | StdDev | | ||
|----------- |-------------- |------------:|----------:|----------:| | ||
| **Benchmark1** | **ENet** | **5,270.0 ms** | **171.39 ms** | **101.99 ms** | | ||
| Benchmark2 | ENet | 908.3 ms | 84.13 ms | 55.64 ms | | ||
| **Benchmark1** | **NetCoreServer** | **8,826.7 ms** | **272.59 ms** | **180.30 ms** | | ||
| Benchmark2 | NetCoreServer | 9,389.2 ms | 236.10 ms | 140.50 ms | | ||
| **Benchmark1** | **LiteNetLib** | **13,276.9 ms** | **290.76 ms** | **192.32 ms** | | ||
| Benchmark2 | LiteNetLib | 2,985.0 ms | 33.39 ms | 22.09 ms | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters