From 6d69adedf78ef2a9ac89ad88b50cd53a370a9f37 Mon Sep 17 00:00:00 2001 From: brettwooldridge Date: Fri, 1 Nov 2013 22:00:58 +0900 Subject: [PATCH] Fix error in timing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c56c26f..4aed7da6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ nothing more [correct](https://github.com/brettwooldridge/HikariCP/wiki/Correctn production-quality connection pool. 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***. +were performed in ***8ms*** on a commodity PC.2 The next fastest connection pool (BoneCP) was ***5298ms***. | Pool | Med (ms) | Avg (ms) | Max (ms) | | -------- | ---------:| ---------:| ---------:|