From ab0dc7e0468a25d404975f1164e8aaf7305d4663 Mon Sep 17 00:00:00 2001 From: brettwooldridge Date: Mon, 21 Oct 2013 19:22:01 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fee67712..b6e86d5b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ There is nothing [faster](https://github.com/brettwooldridge/HikariCP/wiki/Bench nothing more [correct](https://github.com/brettwooldridge/HikariCP/wiki/Correctness). HikariCP is a "zero-overhead" production-quality connection pool. -Using a stub-JDBC implementation to isolate and measure the overhead of HikariCP2, 60+ Million JDBC operations -were performed in ***8ms*** on a commodity PC. The next fastest connection pool (BoneCP) was ***5049ms***. +Using a stub-JDBC implementation to isolate and measure the overhead of HikariCP, 60+ Million JDBC operations +were performed in ***8ms*** on a commodity PC.2 The next fastest connection pool (BoneCP) was ***5049ms***. | Pool | Med (ms) | Avg (ms) | Max (ms) | | -------- | ---------:| ---------:| ---------:|