PostgreSQL에 대한 벤치마크 테스트 실행. 더 많은 정보: https://www.postgresql.org/docs/current/pgbench.html.
pgbench --initialize --scale={{50}} {{데이터베이스_이름}}
pgbench --client={{10}} --jobs={{2}} --transactions={{10000}} {{데이터베이스_이름}}