Documentation ¶
Index ¶
- func AddFloat64(val *float64, delta float64) (new float64)
- func GetData(allReq *uint32, successReq *uint32, errorReq *uint32, maxRequest int, ...) (getConsumedCapacity float64)
- func PutData(allReq *uint32, successReq *uint32, errorReq *uint32, maxRequest int, ...) (putConsumedCapacity float64)
- type DataFlag
- type Params
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFloat64 ¶
Types ¶
type Params ¶
type Params struct { TableName *string ConcurrentNo *int MaxRequest *int PartitionKey *string SortKey *string TestDataSize *int AwsRegion *string Workload *string SeqPK *bool SeqSK *bool EnableDax *bool DAXEndpoint *string }
func (*Params) MakeTestData ¶
func (p *Params) MakeTestData() []item
Click to show internal directories.
Click to hide internal directories.