google / caliper

Micro-benchmarking library for Java
Apache License 2.0
816 stars 109 forks source link

microbenchmarks link in the home page of caliper wiki is not right #406

Closed qudongfang closed 6 years ago

qudongfang commented 6 years ago

Caliper takes measurements of your Java code. Our primary focus is microbenchmarks, but it can support arbitrary kinds of measurements including memory allocated, memory consumed, or arbitrary domain-specific measurements like compression ratio.

Please change JavaMicrobenchmarks.md to JavaMicrobenchmarks.

kluever commented 6 years ago

Done, thanks!