cappi icon indicating copy to clipboard operation
cappi copied to clipboard

the sweetest sbt plugin your microbenchmarks will ever meet

Results 6 cappi issues
Sort by recently updated
recently updated
newest added

I have a class called HllBenchmark, but it gets listed as HLLBenchmark. If I copy/paste that, I get a confusing error. Not really sure how the casing is getting changed.

I'd like to generate arrays according to distribution [like this](https://code.google.com/p/caliper/source/browse/examples/src/main/java/examples/ArraySortBenchmark.java). Any sugar to do it with `cappi`?

This would be good if possible...

Hi, I need to execute Caliper with some extra options (in my case, I need to use -J). A cappi::caliperOptions setting key would be nice. Is it possible to add...

Hi, I am trying to use cappi in my project (jandom-devel/jandom). When there is more than one benchmark, the command cappi::benchmark does not work, since the com.google.caliper.Runner class does not...