export const maxQuery = 500 export const maxRows = 10000 export const clientOpts = { host: 'tfb-database', user: 'benchmarkdbuser', password: 'benchmarkdbpass', database: 'hello_world', }