From cfe51dfe11a8e76f896113a8adb3399220e52aeb Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Fri, 27 Jan 2017 02:15:58 +0900 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 48ec9892..294b55ac 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,6 @@ Microbenchmarks were created to isolate and measure the overhead of pools using ![](https://github.com/brettwooldridge/HikariCP/wiki/HikariCP-bench-2.6.0.png) * One *Connection Cycle* is defined as single ``DataSource.getConnection()``/``Connection.close()``. - * In *Unconstrained* benchmark, connections > threads. - * In *Constrained* benchmark, threads > connections (2:1). * One *Statement Cycle* is defined as single ``Connection.prepareStatement()``, ``Statement.execute()``, ``Statement.close()``.