Ejecuta una prueba de referencia (benchmark test) en PostgreSQL. Más información: https://www.postgresql.org/docs/10/pgbench.html.
pgbench --initialize --scale={{50}} {{nombre_base_de_datos}}
pgbench --client={{10}} --jobs={{2}} --transactions={{10000}} {{nombre_base_de_datos}}