chore: add support in the README

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2022-10-09 10:53:22 +02:00
parent d1e3da5189
commit c010393431
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7

View file

@ -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