Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllOnes = []byte{255, 255, 255, 255, 255, 255, 255, 255}
View Source
var DefaultConfig = FuzzConfig{
RabbitCount: 10,
MaxNumOfKeys: 10000,
InitCount: 2000,
HeightStride: 100,
SetCount: 200,
DelCount: 100,
QueryCount: 300,
ReloadEveryN: 100,
}
Functions ¶
func RunFuzz ¶
func RunFuzz(roundCount int, cfg FuzzConfig, randFilename string)
Types ¶
type FuzzConfig ¶
type RefHisDb ¶
type RefHisDb struct {
// contains filtered or unexported fields
}
func NewRefHisDb ¶
func (*RefHisDb) BeginWrite ¶
Click to show internal directories.
Click to hide internal directories.