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.