mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
16 lines
285 B
Markdown
16 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
|
||
|
```
|