From c010393431e1b8e2bc972f4869570acdbeb10a65 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sun, 9 Oct 2022 10:53:22 +0200 Subject: [PATCH] chore: add support in the README Signed-off-by: Julien Riou --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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