Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DDLWorkload ¶
func (*DDLWorkload) Type ¶
func (w *DDLWorkload) Type() string
type InsertOnlyWorkload ¶
type InsertOnlyWorkload struct { Threads int16 Records int64 Database string Collections []string Schemas [][]byte WorkloadData *Queue }
func (*InsertOnlyWorkload) Check ¶
func (w *InsertOnlyWorkload) Check(client driver.Driver) (bool, error)
func (*InsertOnlyWorkload) Type ¶
func (w *InsertOnlyWorkload) Type() string
type QueueDocuments ¶
func NewQueueDocuments ¶
func NewQueueDocuments(collection string) *QueueDocuments
func (*QueueDocuments) Insert ¶
func (q *QueueDocuments) Insert(doc *Document)
Click to show internal directories.
Click to hide internal directories.