Created
November 24, 2014 10:40
-
-
Save rofr/6e183800ab79ae7bb1eb to your computer and use it in GitHub Desktop.
async origodb spike results
This file contains hidden or 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
TplNetEngine`1 | |
# commands: 20000 | |
# commands per batch: 1280 | |
time elapsed: 00:00:00.3238584 | |
tps: 61755,3844519704 | |
AkkaEngine`1 | |
# commands: 20000 | |
# commands per batch: 1280 | |
time elapsed: 00:00:00.4505049 | |
tps: 44394,6336654718 | |
TplDataflowEngine`1 | |
# commands: 20000 | |
# commands per batch: 1280 | |
time elapsed: 00:00:00.6373211 | |
tps: 31381,3554894071 | |
DisruptorEngine`1 | |
# commands: 20000 | |
# commands per batch: 1280 | |
time elapsed: 00:00:00.4655318 | |
tps: 42961,6193780962 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added an IEngine implementation based on BlockingCollection queues and simple TPL code. Performs well!