Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 344 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 344 Bytes

connection-pool-benchmark

This repository contains the code from the blog post How Many Threads Does It Take to Fill a Pool?

We investigate the overhead of different Jdbc connection pools, in terms of connection checkout and release times.