xerial / larray

Large off-heap arrays and mmap files for Scala and Java
Apache License 2.0
400 stars 43 forks source link

Convert benchmark tests to use JMH #57

Open jvz opened 7 years ago

jvz commented 7 years ago

There are a few unit tests that are basic benchmarks. These would work best with a framework like JMH. This plugin is mostly all you need. Also, if you're not familiar with JMH, here are a bunch of samples.