Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AibenchSimulatorConfig ¶
type AibenchSimulatorConfig commonaibenchSimulatorConfig
aibenchSimulatorConfig is used to create a FTSSimulator.
func (*AibenchSimulatorConfig) NewSimulator ¶
func (c *AibenchSimulatorConfig) NewSimulator(limit uint64, inputFilename string, debug int) common.Simulator
NewSimulator produces a Simulator that conforms to the given SimulatorConfig over the specified interval
type FTSSimulator ¶
type FTSSimulator struct {
// contains filtered or unexported fields
}
func (FTSSimulator) Finished ¶
func (s FTSSimulator) Finished() bool
Finished tells whether we have simulated all the necessary documents
func (*FTSSimulator) Next ¶
func (d *FTSSimulator) Next(p *serialize.Transaction) bool
Next advances a Transaction to the next state in the generator.
Click to show internal directories.
Click to hide internal directories.