Documentation ¶ Index ¶ func NewBankCase(cfg *Config) core.Client type ClientCreator func (c ClientCreator) Create(_ cluster.ClientNode) core.Client type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewBankCase ¶ func NewBankCase(cfg *Config) core.Client NewBankCase ... Types ¶ type ClientCreator ¶ type ClientCreator struct { Cfg *Config } ClientCreator ... func (ClientCreator) Create ¶ func (c ClientCreator) Create(_ cluster.ClientNode) core.Client Create ... type Config ¶ type Config struct { EnableLongTxn bool Pessimistic bool RetryLimit int Accounts int Tables int Interval time.Duration Concurrency int ReplicaRead string DbName string TiFlashDataReplicas int } Config is for bank testing. Source Files ¶ View all Source files client.go Directories ¶ Show internal Expand all Path Synopsis cmd Click to show internal directories. Click to hide internal directories.