From 555c0110f4939def55950f6a9c4be236571f8f27 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Wed, 8 Oct 2014 17:38:29 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 851db249..c4b9387c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ _Java 8 maven artifact:_ com.zaxxer HikariCP - 2.0.1 + 2.1.0 compile ``` @@ -21,7 +21,7 @@ _Java 6 and Java 7 maven artifact:_ com.zaxxer HikariCP-java6 - 2.0.1 + 2.1.0 compile ``` @@ -38,7 +38,7 @@ Microbenchmarks were created to isolate and measure the overhead of pools using * One *Statement Cycle* is defined as single ``Connection.prepareStatement()``, ``Statement.execute()``, ``Statement.close()``. -1 Versions: HikariCP 2.0.2, BoneCP 0.8.0, Tomcat 8.0.9, Vibur 1.2.0, C3P0 0.9.5-pre8, Java 8u20
+1 Versions: HikariCP 2.1.0, BoneCP 0.8.0, Tomcat 8.0.9, Vibur 1.2.0, C3P0 0.9.5-pre8, Java 8u20
2 Java options: -server -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xmx512m