Skip to content

Instantly share code, notes, and snippets.

@juliangruber
Created March 7, 2013 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliangruber/5107595 to your computer and use it in GitHub Desktop.
Save juliangruber/5107595 to your computer and use it in GitHub Desktop.
new multilevel performance (switched from dnode to rpc-stream)
writing "1234567890abcdef" 1000 times
native : 15ms (66667 ops/s)
multilevel direct : 77ms (12987 ops/s)
multilevel network : 92ms (10870 ops/s)
writing "1234567890abcdef" 10000 times
native : 114ms (87719 ops/s)
multilevel direct : 621ms (16103 ops/s)
multilevel network : 841ms (11891 ops/s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment