chore: add support in the README
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
d1e3da5189
commit
c010393431
1 changed files with 5 additions and 2 deletions
|
@ -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.
|
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
|
## Requirements
|
||||||
|
|
||||||
* `make`
|
* `make`
|
||||||
* go 1.18
|
* go 1.18
|
||||||
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
Compile the `benchito` binary:
|
Compile the `benchito` binary:
|
||||||
|
@ -16,7 +19,7 @@ Compile the `benchito` binary:
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
Start a PostgreSQL instance:
|
Start databases instance:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
|
|
Loading…
Reference in a new issue