Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BenchCommand ¶
type BenchCommand struct { Database string `cli:"required,short=d,env=DATABASE_URL"` TemplateFilename string `cli:"short=t"` Conns int `cli:"short=j,help=number of concurrent connections/goroutines"` TxnPerConn int `cli:"short=n,help=number of transactions per connection"` RowsPerTxn int `cli:"short=r,help=number of rows per transaction"` }
func NewBenchCommand ¶
func NewBenchCommand() *BenchCommand
Click to show internal directories.
Click to hide internal directories.