#!/bin/bash

# Run on master

dropdb pgbench
createdb pgbench
pgbench -i -s 100 pgbench
