Skip to content

Instantly share code, notes, and snippets.

@davidascher
Created March 4, 2017 23:35
Show Gist options
  • Save davidascher/deaa9d8e4debd530d3010ac0beb85542 to your computer and use it in GitHub Desktop.
Save davidascher/deaa9d8e4debd530d3010ac0beb85542 to your computer and use it in GitHub Desktop.
david@datasilo-yvr:~/src/hypercore$ yarn bench
yarn bench v0.21.3
$ cd bench && ./all.sh
> git checkout 8dffd45
# clearing cache
> rm -rf cores
# running all benchmarks
> node write-16kb-blocks.js
24006032 bytes/s
1464 blocks/s
> node write-512b-blocks.js
1255569 bytes/s
2451 blocks/s
> node write-64kb-blocks-static.js
55833904 bytes/s
851 blocks/s
> node write-64kb-blocks.js
43962570 bytes/s
670 blocks/s
> node copy-64kb-blocks.js
27637430 bytes/s
421 blocks/s
> node read-16kb-blocks-proof.js
41559909 bytes/s
2534 blocks/s
> node read-16kb-blocks.js
50278227 bytes/s
3062 blocks/s
> node read-512b-blocks.js
3878156 bytes/s
7571 blocks/s
> node read-64kb-blocks-linear.js
131618267 bytes/s
2007 blocks/s
> node read-64kb-blocks-proof.js
103593036 bytes/s
1579 blocks/s
> node read-64kb-blocks.js
91725766 bytes/s
1398 blocks/s
> node replicate-16kb-blocks.js
23971732 bytes/s
1462 blocks/s
> node replicate-64kb-blocks.js
25101501 bytes/s
382 blocks/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment