monix/monix-nio

Introduce benchmarking with JMH

alexandru opened this issue · 1 comments

We need to make sure that we are faster than our competition at reading and writing files.

Introducing benchmarks by means of JMH is easy: https://github.com/ktoso/sbt-jmh

Done