twitter / storehaus

Storehaus is a library that makes it easy to work with asynchronous key value stores
Apache License 2.0
465 stars 92 forks source link

Convert storehaus-caliper -> storehaus-benchmark w/ JMH #336

Closed sritchie closed 7 years ago

sritchie commented 7 years ago

This PR removes the caliper dependency and subs in JMH, to make this project more consistent with our other projects.

codecov-io commented 7 years ago

Current coverage is 60.95% (diff: 100%)

Merging #336 into develop will increase coverage by 0.93%

@@            develop       #336   diff @@
==========================================
  Files           121        119     -2   
  Lines          1793       1767    -26   
  Methods        1676       1650    -26   
  Messages          0          0          
  Branches        117        117          
==========================================
+ Hits           1076       1077     +1   
+ Misses          717        690    -27   
  Partials          0          0          

Powered by Codecov. Last update 2d446d0...f63388e

johnynek commented 7 years ago

👍