Versions in this module Expand all Collapse all v1 v1.0.1 May 18, 2017 Changes in this version + func CreateAndConnect(pgURL url.URL, name string) (*gosql.DB, error) + func ExecPgbench(pgURL url.URL, dbname string, count int) (*exec.Cmd, error) + func RunOne(db *gosql.DB, r *rand.Rand, accounts int) error + func SetupBenchDB(db *gosql.DB, accounts int, quiet bool) error + func SetupExec(pgURL url.URL, name string, accounts, transactions int) (*exec.Cmd, error)