From 6f8dbd5432a727d9376c6ddaaf8bd096b6bd42ec Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Thu, 21 Aug 2014 22:19:17 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dfd31cb..9deb36b4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ _Java 6 and Java 7 maven artifact:_ ---------------------------------------------------- ***JMH Benchmarks***
-Microbenchmarks were created to isolate and measure the overhead of pool using the [JMH microbenchmark framework](http://openjdk.java.net/projects/code-tools/jmh/) developed by the Oracle JVM performance team. You can checkout the [HikariCP benchmark project for details](https://github.com/brettwooldridge/HikariCP-benchmark) and review/run the benchmarks yourself. +Microbenchmarks were created to isolate and measure the overhead of pools using the [JMH microbenchmark framework](http://openjdk.java.net/projects/code-tools/jmh/) developed by the Oracle JVM performance team. You can checkout the [HikariCP benchmark project for details](https://github.com/brettwooldridge/HikariCP-benchmark) and review/run the benchmarks yourself. ![](https://github.com/brettwooldridge/HikariCP/wiki/Benchmarks.png)