#/bin/bash

psql -f scheme.sql 'host=localhost port=5432 dbname=postgres user=postgres'

pgbench -c 100 -j 8 -n -f reproduce.bench 'port=5432 host=localhost user=postgres dbname=postgres password=postgres' -T 2000 -P 1


