mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-14 20:01:19 +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
|
||
|
```
|