This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Timeout can now be disabled via the configurations.
Updated default send/receive buffer size to 16KB. Timeout timer starts with the first client connection and ends with the last disconnected client.
- Loading branch information
Showing
8 changed files
with
82 additions
and
26 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
30 changes: 30 additions & 0 deletions
30
DtronixMessageQueue.Tests.Performance/Results/i5-3470-8GB-16KB.md
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,30 @@ | ||
Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz with 8 GB of RAM installed. | ||
|
||
FrameBufferSize: 15997; SendAndReceiveBufferSize: 16000 | ||
|
||
| Build | Messages | Msg Bytes | Milliseconds | MPS | MBps | | ||
|---------|------------|-----------|--------------|------------|----------| | ||
| Release | 1,000,000 | 200 | 1,273 | 785,545 | 157.11 | | ||
| Release | 1,000,000 | 200 | 1,268 | 788,643 | 157.73 | | ||
| Release | 1,000,000 | 200 | 1,244 | 803,858 | 160.77 | | ||
| Release | 1,000,000 | 200 | 1,247 | 801,924 | 160.38 | | ||
| Release | 1,000,000 | 200 | 1,233 | 811,030 | 162.21 | | ||
| | | AVERAGES | 1,253 | 798,200 | 159.64 | | ||
|
||
| Build | Messages | Msg Bytes | Milliseconds | MPS | MBps | | ||
|---------|------------|-----------|--------------|------------|----------| | ||
| Release | 100,000 | 2,000 | 645 | 155,038 | 310.08 | | ||
| Release | 100,000 | 2,000 | 638 | 156,739 | 313.48 | | ||
| Release | 100,000 | 2,000 | 636 | 157,232 | 314.47 | | ||
| Release | 100,000 | 2,000 | 637 | 156,985 | 313.97 | | ||
| Release | 100,000 | 2,000 | 634 | 157,728 | 315.46 | | ||
| | | AVERAGES | 638 | 156,744 | 313.49 | | ||
|
||
| Build | Messages | Msg Bytes | Milliseconds | MPS | MBps | | ||
|---------|------------|-----------|--------------|------------|----------| | ||
| Release | 10,000 | 60,048 | 1,893 | 5,282 | 317.21 | | ||
| Release | 10,000 | 60,048 | 1,872 | 5,341 | 320.77 | | ||
| Release | 10,000 | 60,048 | 1,858 | 5,382 | 323.19 | | ||
| Release | 10,000 | 60,048 | 1,855 | 5,390 | 323.71 | | ||
| Release | 10,000 | 60,048 | 1,864 | 5,364 | 322.15 | | ||
| | | AVERAGES | 1,868 | 5,352 | 321.40 | |
File renamed without changes.
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
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
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