Skip to content

Instantly share code, notes, and snippets.

@isaacs
Last active December 16, 2015 22:28
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/5506763 to your computer and use it in GitHub Desktop.
Save isaacs/5506763 to your computer and use it in GitHub Desktop.
$ ../node-v0.8/node benchmark/crypto/hash-stream-creation.js api=legacy algo=md5 writes=100000 len=1000
crypto/hash-stream-creation.js writes=100000 algo=md5 type=asc out=hex len=1000 api=legacy: 1.0535
crypto/hash-stream-creation.js writes=100000 algo=md5 type=asc out=binary len=1000 api=legacy: 1.0947
crypto/hash-stream-creation.js writes=100000 algo=md5 type=asc out=buffer len=1000 api=legacy: 0.74339
crypto/hash-stream-creation.js writes=100000 algo=md5 type=utf out=hex len=1000 api=legacy: 0.68227
crypto/hash-stream-creation.js writes=100000 algo=md5 type=utf out=binary len=1000 api=legacy: 0.69946
crypto/hash-stream-creation.js writes=100000 algo=md5 type=utf out=buffer len=1000 api=legacy: 0.54533
crypto/hash-stream-creation.js writes=100000 algo=md5 type=buf out=hex len=1000 api=legacy: 1.6482
crypto/hash-stream-creation.js writes=100000 algo=md5 type=buf out=binary len=1000 api=legacy: 1.7380
crypto/hash-stream-creation.js writes=100000 algo=md5 type=buf out=buffer len=1000 api=legacy: 0.98841
$ ./node-v0.10 benchmark/crypto/hash-stream-creation.js api=legacy algo=md5 writes=100000 len=1000
crypto/hash-stream-creation.js writes=100000 algo=md5 type=asc out=hex len=1000 api=legacy: 0.60906
crypto/hash-stream-creation.js writes=100000 algo=md5 type=asc out=binary len=1000 api=legacy: 0.60367
crypto/hash-stream-creation.js writes=100000 algo=md5 type=asc out=buffer len=1000 api=legacy: 0.67015
crypto/hash-stream-creation.js writes=100000 algo=md5 type=utf out=hex len=1000 api=legacy: 0.48901
crypto/hash-stream-creation.js writes=100000 algo=md5 type=utf out=binary len=1000 api=legacy: 0.49979
crypto/hash-stream-creation.js writes=100000 algo=md5 type=utf out=buffer len=1000 api=legacy: 0.53076
crypto/hash-stream-creation.js writes=100000 algo=md5 type=buf out=hex len=1000 api=legacy: 0.93640
crypto/hash-stream-creation.js writes=100000 algo=md5 type=buf out=binary len=1000 api=legacy: 0.94936
crypto/hash-stream-creation.js writes=100000 algo=md5 type=buf out=buffer len=1000 api=legacy: 1.0725
$ ./node benchmark/crypto/hash-stream-creation.js api=legacy algo=md5 writes=100000 len=1000
crypto/hash-stream-creation.js writes=100000 algo=md5 type=asc out=hex len=1000 api=legacy: 1.3122
crypto/hash-stream-creation.js writes=100000 algo=md5 type=asc out=binary len=1000 api=legacy: 1.3359
crypto/hash-stream-creation.js writes=100000 algo=md5 type=asc out=buffer len=1000 api=legacy: 0.89541
crypto/hash-stream-creation.js writes=100000 algo=md5 type=utf out=hex len=1000 api=legacy: 1.1237
crypto/hash-stream-creation.js writes=100000 algo=md5 type=utf out=binary len=1000 api=legacy: 1.1371
crypto/hash-stream-creation.js writes=100000 algo=md5 type=utf out=buffer len=1000 api=legacy: 0.79360
crypto/hash-stream-creation.js writes=100000 algo=md5 type=buf out=hex len=1000 api=legacy: 1.5987
crypto/hash-stream-creation.js writes=100000 algo=md5 type=buf out=binary len=1000 api=legacy: 1.6357
crypto/hash-stream-creation.js writes=100000 algo=md5 type=buf out=buffer len=1000 api=legacy: 1.0219
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment