Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 382 Bytes

Readme.md

File metadata and controls

12 lines (7 loc) · 382 Bytes

to run jmh test

sbt> jmh:run t1 -f 1 -wi 10 -i 10 .*Metrics.*

where:

-wi <int>       Number of warmup iterations to do. Warmup iterations
                are not counted towards the benchmark score.
-i <int>        Number of measurement iterations to do. Measurement
                iterations are counted towards the benchmark score.