Documentation ¶
Index ¶
Constants ¶
View Source
const ( FnDSN = "dsn" FnHost = "host" FnPort = "port" FnSchemaName = "schemaName" FnTableName = "tableName" FnBufferSize = "bufferSize" FnParameters = "parameters" FnDrop = "drop" FnSeparate = "separate" FnWait = "wait" )
Flag name constants.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Prm ¶
type Prm struct {
BatchCount, BatchSize int
}
Prm represents a test parameter consisting of BatchCount and BatchSize
type PrmValue ¶
type PrmValue struct {
Prms []Prm
}
PrmValue represents a flag Value fpr parameters.
func (*PrmValue) ToNumRecordList ¶
ToNumRecordList returns a list of lists of prms with equal number of records.
Click to show internal directories.
Click to hide internal directories.