bitcoin-s/bench
2018-12-09 14:43:31 -05:00
..
src/main Added scalafmt and ran it (#264) 2018-12-09 14:43:31 -05:00
README.md Add BlockBench and benchmark README 2018-11-23 08:38:30 -05:00

Benchmark suite

This is a WIP. It currently contains one bench mark for de-serializing large blocks

You can assembly the jar like this

sbt bench/assembly

and then run with

$ java -Xprof -jar bench/target/scala-2.11/bench-assembly-0.0.1-SNAPSHOT.jar > output.txt