From 733633895404aa57fdbc8dc19b12d1f36c6f8f6a Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Tue, 24 Jan 2017 16:35:58 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35bd0426..fb8bace5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Microbenchmarks were created to isolate and measure the overhead of pools using 1 Versions: HikariCP 2.6.0, commons-dbcp2 2.1.1, Tomcat 8.0.24, Vibur 16.1, c3p0 0.9.5.2, Java 8u111
-2 Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
+2 Intel Core i7-3770 CPU @ 3.40GHz
3 Uncontended benchmark: 32 threads/32 connections, Contended benchmark: 32 threads, 16 connections
4 Apache Tomcat fails to complete the Statement benchmark when the ``StatementFinalizer`` is used. Disabling it is an unfair comparison to other pools.
5 Apache DBCP fails to complete the Statemet benchmark reliably due to excessive garbage collection times.