diff --git a/README.md b/README.md index dd7a3d9..cec865c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ Like [pgbench](https://www.postgresql.org/docs/current/pgbench.html) or [sysbench](https://github.com/akopytov/sysbench) but only for testing maximum number of connections. `benchito` will start multiple threads to issue very simple queries in order to avoid CPU or memory starvation. +`benchito` supports: +* MySQL +* PostgreSQL + ## Requirements * `make` * go 1.18 - ## Setup Compile the `benchito` binary: @@ -16,7 +19,7 @@ Compile the `benchito` binary: make ``` -Start a PostgreSQL instance: +Start databases instance: ``` docker-compose pull