Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created April 29, 2013 23:42
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 isaacs/5485669 to your computer and use it in GitHub Desktop.
Save isaacs/5485669 to your computer and use it in GitHub Desktop.
$ ../node-v0.8/node benchmark/crypto/hash-stream-throughput.js algo=md5 writes=500 len=102400 api=legacy
crypto/hash-stream-throughput.js writes=500 algo=md5 type=asc len=102400 api=legacy: 1.6787
crypto/hash-stream-throughput.js writes=500 algo=md5 type=utf len=102400 api=legacy: 0.91406
crypto/hash-stream-throughput.js writes=500 algo=md5 type=buf len=102400 api=legacy: 3.2852
$ ./node-v0.10 benchmark/crypto/hash-stream-throughput.js algo=md5 writes=500 len=102400 api=legacy
crypto/hash-stream-throughput.js writes=500 algo=md5 type=asc len=102400 api=legacy: 2.1595
crypto/hash-stream-throughput.js writes=500 algo=md5 type=utf len=102400 api=legacy: 1.1797
crypto/hash-stream-throughput.js writes=500 algo=md5 type=buf len=102400 api=legacy: 3.2269
$ ./node benchmark/crypto/hash-stream-throughput.js algo=md5 writes=500 len=102400 api=legacy
crypto/hash-stream-throughput.js writes=500 algo=md5 type=asc len=102400 api=legacy: 2.2471
crypto/hash-stream-throughput.js writes=500 algo=md5 type=utf len=102400 api=legacy: 1.6952
crypto/hash-stream-throughput.js writes=500 algo=md5 type=buf len=102400 api=legacy: 3.2501
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment