function bench() {
pkill -9 postgres
rm -rf temp_db
$PG/initdb temp_db
$PG/pg_ctl -D temp_db start
$PG/pgbench -i -s 10 postgres
$PG/pgbench -S -T 10 postgres
}
PG=base_bin bench
PG=patch_bin bench
PG=base_bin bench
PG=patch_bin bench
PG=base_bin bench
PG=patch_bin bench