From f6b89c1b0c99b349c2d7f5da17f8df1178d83e5f Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Wed, 12 Mar 2014 13:10:13 +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 b4ce8038..a0ccba2a 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Using the excellent [JMH microbenchmark framework](http://openjdk.java.net/proje

* One *Connection Cycle* is defined as single ``DataSource.getConnection()``/``Connection.close()``. - * In *Unconstrained* benchmark connections > threads. - * In *Constrained* benchmark threads > connections (2:1). + * 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()``. 1 BoneCP fails to complete *Statement Cycle* benchmark unless the "CACHED" pool strategy is used.