Documentation
¶
Index ¶
Constants ¶
View Source
const ( // https://github.com/akopytov/sysbench PgSQLHost = "pgsql-host" PgSQLPort = "pgsql-port" PgSQLUser = "pgsql-user" PgSQLPassword = "pgsql-password" PgSQLDB = "pgsql-db" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config represents a sysbench config.
func NewDefaultConfig ¶
func NewDefaultConfig() *Config
NewDefaultConfig returns a new default config.
func (*Config) SetPassword ¶
SetPassword sets the password.
Click to show internal directories.
Click to hide internal directories.