Documentation
¶
Overview ¶
Package generator provides test clients for benchmarking Ios's key value store performance. Currently, generator only generates get and updates requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator generates workloads for the key value store application.
func Generate ¶
func Generate(config config.ConfigAuto, consistencyCheck bool) *Generator
Generate creates a workload generator with the specific configuration.
Click to show internal directories.
Click to hide internal directories.