mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 06:57:51 +01:00
.. | ||
src/main | ||
README.md |
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