bitcoin-s/bench/README.md
2018-11-23 08:38:30 -05:00

15 lines
285 B
Markdown

# 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
```