Documentation
¶
Overview ¶
Package bstest supplies helpers to test blobstores.
Index ¶
Constants ¶
View Source
const (
// MaxBlobSize is the typical max blob size.
MaxBlobSize = 34431
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct {
Many, Less, Few int
// contains filtered or unexported fields
}
func (Test) Colliding ¶
Colliding runs concurrent get/set/delete operations, with colliding keys. This should usually be run with race detection.
func (Test) Concurrent ¶
Concurrent runs concurrent get/set/delete operations, but on unique keys/goroutine.
Click to show internal directories.
Click to hide internal directories.