From b9405b0b432e5565d782dc1edb3ea27ab57f1771 Mon Sep 17 00:00:00 2001 From: kang weinan <21936354@qq.com> Date: Wed, 2 Nov 2016 20:24:49 +0800 Subject: [PATCH] add JMH to Performance analysis section JMH is a microbenchmark framework , write by HotSpot VM team and is a project of OpenJDK.It is a standard microbenchmark. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0238a2d..294272e 100644 --- a/README.md +++ b/README.md @@ -622,6 +622,7 @@ A curated list of awesome Java frameworks, libraries and software. * [LatencyUtils](https://github.com/LatencyUtils/LatencyUtils) - Utilities for latency measurement and reporting. * [XRebel ![c]](http://zeroturnaround.com/software/xrebel/) - Profiler for web applications. * [YourKit Java Profiler ![c]](https://www.yourkit.com/features/) - Profiler. +* [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targetting the JVM. ## Platform