From 3dadc314deded3c1b2c6ed4ffb9c41362b7ecf47 Mon Sep 17 00:00:00 2001 From: brettwooldridge Date: Mon, 21 Oct 2013 19:24:46 +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 b6e86d5b..88da7f10 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ were performed in ***8ms*** on a commodity PC.2 The next fastest con | HikariCP | 8 | 7 | 13 | 1We contend HikariCP is near the theoretical maximum on current JVM technology.
-2400 threads, 50 connection pool. Measurements taken in *nanoseconds* and converted to *milliseconds*. -See benchmarks [here](https://github.com/brettwooldridge/HikariCP/wiki/Benchmarks)
+2400 threads, 50 connection pool. Measurements in *nanoseconds* and converted to *milliseconds*. +See benchmarks [here](https://github.com/brettwooldridge/HikariCP/wiki/Benchmarks). See how we do it [here](https://github.com/brettwooldridge/HikariCP/wiki/Down-the-Rabbit-Hole).
------------------------------