Documentation ¶
Index ¶
- type Beamer
- func (bm *Beamer) Beam(batchsize, batchcount int, start <-chan struct{}) (uint64, <-chan error, <-chan int64)
- func (bm *Beamer) Close() (err error)
- func (bm *Beamer) Connect(network string, timeout time.Duration) (err error)
- func (bm *Beamer) See(batchsize, batchcount int, hash uint64) (successcount int, max, min, sum int64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Beamer ¶
type Beamer struct {
// contains filtered or unexported fields
}
Beamer ...
func (*Beamer) Beam ¶
func (bm *Beamer) Beam(batchsize, batchcount int, start <-chan struct{}) (uint64, <-chan error, <-chan int64)
Beam send batchsize bytes random data by batchcount times
Click to show internal directories.
Click to hide internal directories.