Created
January 29, 2016 14:32
-
-
Save SoftFx/abf63bf830ac5bf4f77d to your computer and use it in GitHub Desktop.
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
AsyncLogProof string log: produce - 2417ms total - 2418ms | |
string log (backgorund writer, TPL): produce - 3500ms total - 3501ms | |
string log (backgorund writer, TPL, additional buffer): produce - 3634ms total - 3637ms | |
string log (backgorund writer, lockfree queue): produce - 2609ms total - 2609ms | |
string log (backgorund serializer, backgorund writer, TPL): produce - 1869ms total - 3507ms | |
string log (backgorund serializer, backgorund writer, TPL, additional buffer): produce - 934ms total - 3770ms | |
string log (backgorund serializer, backgorund writer, lockfree queue): produce - 829ms total - 2902ms | |
binary log (Bson): produce - 5853ms total - 5854ms | |
binary log (Json): produce - 3230ms total - 3230ms | |
binary log (ProtoBuf): produce - 997ms total - 997ms | |
binary log (ProtoBuf, backgorund writer): produce - 609ms total - 1321ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment