Documentation
¶
Overview ¶
Package seeds provides functions to seed the database with test data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
NumEnvelopes uint64
NumOriginators uint64
NumTopics uint64
NumPayers uint64
BlobSize uint64
LogInterval uint64
NumUsageMinutes int32
}
Config controls the size and shape of the seeded dataset.
func DefaultConfig ¶
func DefaultConfig() Config
DefaultConfig returns a config matching the bench suite defaults.
type SeedResult ¶
SeedResult carries metadata about the seeded dataset for use in benchmarks or follow-up queries.
Click to show internal directories.
Click to hide internal directories.