Skip to content

Instantly share code, notes, and snippets.

@happyrobots
Created June 3, 2013 09:01
Show Gist options
  • Save happyrobots/5696990 to your computer and use it in GitHub Desktop.
Save happyrobots/5696990 to your computer and use it in GitHub Desktop.
createdb pgbouncer_bench
pgbench -i -s 10 pgbouncer_bench
pgbench -c 10 -C -T 60 pgbouncer_bench
pgbench -c 80 -C -T 60 pgbouncer_bench
pgbench -c 10 -C -T 60 -p 6432 pgbouncer_bench
pgbench -c 80 -C -T 60 -p 6432 pgbouncer_bench
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment