benchmark

package
v0.0.0-...-2f611ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BoolConsumer

func BoolConsumer(b *testing.B, supplier func() bool, consumer func(bool))

BoolConsumer benchmarks a function with the signature:

func(bool)

ID: B-0-1

func BoolPredicate

func BoolPredicate(b *testing.B, supplier func() bool, predicate func(bool) bool)

BoolPredicate benchmarks a function with the signature:

func(bool) bool

ID: B-1-1

func BoolSupplier

func BoolSupplier(b *testing.B, supplier func() bool)

BoolSupplier benchmarks a function with the signature:

func() bool

ID: B-1-0

func BoolToInt16Func

func BoolToInt16Func(b *testing.B, supplier func() bool, toInt16Func func(bool) int16)

BoolToInt16Func benchmarks a function with the signature:

func(bool) int16

ID: B-4-1

func BoolToInt32Func

func BoolToInt32Func(b *testing.B, supplier func() bool, toInt32Func func(bool) int32)

BoolToInt32Func benchmarks a function with the signature:

func(bool) int32

ID: B-5-1

func BoolToInt64Func

func BoolToInt64Func(b *testing.B, supplier func() bool, toInt64Func func(bool) int64)

BoolToInt64Func benchmarks a function with the signature:

func(bool) int64

ID: B-6-1

func BoolToInt8Func

func BoolToInt8Func(b *testing.B, supplier func() bool, toInt8Func func(bool) int8)

BoolToInt8Func benchmarks a function with the signature:

func(bool) int8

ID: B-3-1

func BoolToIntFunc

func BoolToIntFunc(b *testing.B, supplier func() bool, toIntFunc func(bool) int)

BoolToIntFunc benchmarks a function with the signature:

func(bool) int

ID: B-2-1

func BoolToUint16Func

func BoolToUint16Func(b *testing.B, supplier func() bool, toUint16Func func(bool) uint16)

BoolToUint16Func benchmarks a function with the signature:

func(bool) uint16

ID: B-9-1

func BoolToUint32Func

func BoolToUint32Func(b *testing.B, supplier func() bool, toUint32Func func(bool) uint32)

BoolToUint32Func benchmarks a function with the signature:

func(bool) uint32

ID: B-10-1

func BoolToUint64Func

func BoolToUint64Func(b *testing.B, supplier func() bool, toUint64Func func(bool) uint64)

BoolToUint64Func benchmarks a function with the signature:

func(bool) uint64

ID: B-11-1

func BoolToUint8Func

func BoolToUint8Func(b *testing.B, supplier func() bool, toUint8Func func(bool) uint8)

BoolToUint8Func benchmarks a function with the signature:

func(bool) uint8

ID: B-8-1

func BoolToUintFunc

func BoolToUintFunc(b *testing.B, supplier func() bool, toUintFunc func(bool) uint)

BoolToUintFunc benchmarks a function with the signature:

func(bool) uint

ID: B-7-1

func CalibrateBoolConsumer

func CalibrateBoolConsumer(b *testing.B, supplier func() bool)

CalibrateBoolConsumer calibrates the BoolConsumer function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolConsumer.

ID: BC-0-1

func CalibrateBoolPredicate

func CalibrateBoolPredicate(b *testing.B, supplier func() bool)

CalibrateBoolPredicate calibrates the BoolPredicate function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolPredicate.

ID: BC-1-1

func CalibrateBoolToInt16Func

func CalibrateBoolToInt16Func(b *testing.B, supplier func() bool)

CalibrateBoolToInt16Func calibrates the BoolToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToInt16Func.

ID: BC-4-1

func CalibrateBoolToInt32Func

func CalibrateBoolToInt32Func(b *testing.B, supplier func() bool)

CalibrateBoolToInt32Func calibrates the BoolToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToInt32Func.

ID: BC-5-1

func CalibrateBoolToInt64Func

func CalibrateBoolToInt64Func(b *testing.B, supplier func() bool)

CalibrateBoolToInt64Func calibrates the BoolToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToInt64Func.

ID: BC-6-1

func CalibrateBoolToInt8Func

func CalibrateBoolToInt8Func(b *testing.B, supplier func() bool)

CalibrateBoolToInt8Func calibrates the BoolToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToInt8Func.

ID: BC-3-1

func CalibrateBoolToIntFunc

func CalibrateBoolToIntFunc(b *testing.B, supplier func() bool)

CalibrateBoolToIntFunc calibrates the BoolToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToIntFunc.

ID: BC-2-1

func CalibrateBoolToUint16Func

func CalibrateBoolToUint16Func(b *testing.B, supplier func() bool)

CalibrateBoolToUint16Func calibrates the BoolToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToUint16Func.

ID: BC-9-1

func CalibrateBoolToUint32Func

func CalibrateBoolToUint32Func(b *testing.B, supplier func() bool)

CalibrateBoolToUint32Func calibrates the BoolToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToUint32Func.

ID: BC-10-1

func CalibrateBoolToUint64Func

func CalibrateBoolToUint64Func(b *testing.B, supplier func() bool)

CalibrateBoolToUint64Func calibrates the BoolToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToUint64Func.

ID: BC-11-1

func CalibrateBoolToUint8Func

func CalibrateBoolToUint8Func(b *testing.B, supplier func() bool)

CalibrateBoolToUint8Func calibrates the BoolToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToUint8Func.

ID: BC-8-1

func CalibrateBoolToUintFunc

func CalibrateBoolToUintFunc(b *testing.B, supplier func() bool)

CalibrateBoolToUintFunc calibrates the BoolToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToUintFunc.

ID: BC-7-1

func CalibrateInt16Consumer

func CalibrateInt16Consumer(b *testing.B, supplier func() int16)

CalibrateInt16Consumer calibrates the Int16Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16Consumer.

ID: BC-0-4

func CalibrateInt16Predicate

func CalibrateInt16Predicate(b *testing.B, supplier func() int16)

CalibrateInt16Predicate calibrates the Int16Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16Predicate.

ID: BC-1-4

func CalibrateInt16ToInt16Func

func CalibrateInt16ToInt16Func(b *testing.B, supplier func() int16)

CalibrateInt16ToInt16Func calibrates the Int16ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToInt16Func.

ID: BC-4-4

func CalibrateInt16ToInt32Func

func CalibrateInt16ToInt32Func(b *testing.B, supplier func() int16)

CalibrateInt16ToInt32Func calibrates the Int16ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToInt32Func.

ID: BC-5-4

func CalibrateInt16ToInt64Func

func CalibrateInt16ToInt64Func(b *testing.B, supplier func() int16)

CalibrateInt16ToInt64Func calibrates the Int16ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToInt64Func.

ID: BC-6-4

func CalibrateInt16ToInt8Func

func CalibrateInt16ToInt8Func(b *testing.B, supplier func() int16)

CalibrateInt16ToInt8Func calibrates the Int16ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToInt8Func.

ID: BC-3-4

func CalibrateInt16ToIntFunc

func CalibrateInt16ToIntFunc(b *testing.B, supplier func() int16)

CalibrateInt16ToIntFunc calibrates the Int16ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToIntFunc.

ID: BC-2-4

func CalibrateInt16ToUint16Func

func CalibrateInt16ToUint16Func(b *testing.B, supplier func() int16)

CalibrateInt16ToUint16Func calibrates the Int16ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToUint16Func.

ID: BC-9-4

func CalibrateInt16ToUint32Func

func CalibrateInt16ToUint32Func(b *testing.B, supplier func() int16)

CalibrateInt16ToUint32Func calibrates the Int16ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToUint32Func.

ID: BC-10-4

func CalibrateInt16ToUint64Func

func CalibrateInt16ToUint64Func(b *testing.B, supplier func() int16)

CalibrateInt16ToUint64Func calibrates the Int16ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToUint64Func.

ID: BC-11-4

func CalibrateInt16ToUint8Func

func CalibrateInt16ToUint8Func(b *testing.B, supplier func() int16)

CalibrateInt16ToUint8Func calibrates the Int16ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToUint8Func.

ID: BC-8-4

func CalibrateInt16ToUintFunc

func CalibrateInt16ToUintFunc(b *testing.B, supplier func() int16)

CalibrateInt16ToUintFunc calibrates the Int16ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToUintFunc.

ID: BC-7-4

func CalibrateInt32Consumer

func CalibrateInt32Consumer(b *testing.B, supplier func() int32)

CalibrateInt32Consumer calibrates the Int32Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32Consumer.

ID: BC-0-5

func CalibrateInt32Predicate

func CalibrateInt32Predicate(b *testing.B, supplier func() int32)

CalibrateInt32Predicate calibrates the Int32Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32Predicate.

ID: BC-1-5

func CalibrateInt32ToInt16Func

func CalibrateInt32ToInt16Func(b *testing.B, supplier func() int32)

CalibrateInt32ToInt16Func calibrates the Int32ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToInt16Func.

ID: BC-4-5

func CalibrateInt32ToInt32Func

func CalibrateInt32ToInt32Func(b *testing.B, supplier func() int32)

CalibrateInt32ToInt32Func calibrates the Int32ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToInt32Func.

ID: BC-5-5

func CalibrateInt32ToInt64Func

func CalibrateInt32ToInt64Func(b *testing.B, supplier func() int32)

CalibrateInt32ToInt64Func calibrates the Int32ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToInt64Func.

ID: BC-6-5

func CalibrateInt32ToInt8Func

func CalibrateInt32ToInt8Func(b *testing.B, supplier func() int32)

CalibrateInt32ToInt8Func calibrates the Int32ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToInt8Func.

ID: BC-3-5

func CalibrateInt32ToIntFunc

func CalibrateInt32ToIntFunc(b *testing.B, supplier func() int32)

CalibrateInt32ToIntFunc calibrates the Int32ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToIntFunc.

ID: BC-2-5

func CalibrateInt32ToUint16Func

func CalibrateInt32ToUint16Func(b *testing.B, supplier func() int32)

CalibrateInt32ToUint16Func calibrates the Int32ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToUint16Func.

ID: BC-9-5

func CalibrateInt32ToUint32Func

func CalibrateInt32ToUint32Func(b *testing.B, supplier func() int32)

CalibrateInt32ToUint32Func calibrates the Int32ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToUint32Func.

ID: BC-10-5

func CalibrateInt32ToUint64Func

func CalibrateInt32ToUint64Func(b *testing.B, supplier func() int32)

CalibrateInt32ToUint64Func calibrates the Int32ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToUint64Func.

ID: BC-11-5

func CalibrateInt32ToUint8Func

func CalibrateInt32ToUint8Func(b *testing.B, supplier func() int32)

CalibrateInt32ToUint8Func calibrates the Int32ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToUint8Func.

ID: BC-8-5

func CalibrateInt32ToUintFunc

func CalibrateInt32ToUintFunc(b *testing.B, supplier func() int32)

CalibrateInt32ToUintFunc calibrates the Int32ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToUintFunc.

ID: BC-7-5

func CalibrateInt64Consumer

func CalibrateInt64Consumer(b *testing.B, supplier func() int64)

CalibrateInt64Consumer calibrates the Int64Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64Consumer.

ID: BC-0-6

func CalibrateInt64Predicate

func CalibrateInt64Predicate(b *testing.B, supplier func() int64)

CalibrateInt64Predicate calibrates the Int64Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64Predicate.

ID: BC-1-6

func CalibrateInt64ToInt16Func

func CalibrateInt64ToInt16Func(b *testing.B, supplier func() int64)

CalibrateInt64ToInt16Func calibrates the Int64ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToInt16Func.

ID: BC-4-6

func CalibrateInt64ToInt32Func

func CalibrateInt64ToInt32Func(b *testing.B, supplier func() int64)

CalibrateInt64ToInt32Func calibrates the Int64ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToInt32Func.

ID: BC-5-6

func CalibrateInt64ToInt64Func

func CalibrateInt64ToInt64Func(b *testing.B, supplier func() int64)

CalibrateInt64ToInt64Func calibrates the Int64ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToInt64Func.

ID: BC-6-6

func CalibrateInt64ToInt8Func

func CalibrateInt64ToInt8Func(b *testing.B, supplier func() int64)

CalibrateInt64ToInt8Func calibrates the Int64ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToInt8Func.

ID: BC-3-6

func CalibrateInt64ToIntFunc

func CalibrateInt64ToIntFunc(b *testing.B, supplier func() int64)

CalibrateInt64ToIntFunc calibrates the Int64ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToIntFunc.

ID: BC-2-6

func CalibrateInt64ToUint16Func

func CalibrateInt64ToUint16Func(b *testing.B, supplier func() int64)

CalibrateInt64ToUint16Func calibrates the Int64ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToUint16Func.

ID: BC-9-6

func CalibrateInt64ToUint32Func

func CalibrateInt64ToUint32Func(b *testing.B, supplier func() int64)

CalibrateInt64ToUint32Func calibrates the Int64ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToUint32Func.

ID: BC-10-6

func CalibrateInt64ToUint64Func

func CalibrateInt64ToUint64Func(b *testing.B, supplier func() int64)

CalibrateInt64ToUint64Func calibrates the Int64ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToUint64Func.

ID: BC-11-6

func CalibrateInt64ToUint8Func

func CalibrateInt64ToUint8Func(b *testing.B, supplier func() int64)

CalibrateInt64ToUint8Func calibrates the Int64ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToUint8Func.

ID: BC-8-6

func CalibrateInt64ToUintFunc

func CalibrateInt64ToUintFunc(b *testing.B, supplier func() int64)

CalibrateInt64ToUintFunc calibrates the Int64ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToUintFunc.

ID: BC-7-6

func CalibrateInt8Consumer

func CalibrateInt8Consumer(b *testing.B, supplier func() int8)

CalibrateInt8Consumer calibrates the Int8Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8Consumer.

ID: BC-0-3

func CalibrateInt8Predicate

func CalibrateInt8Predicate(b *testing.B, supplier func() int8)

CalibrateInt8Predicate calibrates the Int8Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8Predicate.

ID: BC-1-3

func CalibrateInt8ToInt16Func

func CalibrateInt8ToInt16Func(b *testing.B, supplier func() int8)

CalibrateInt8ToInt16Func calibrates the Int8ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToInt16Func.

ID: BC-4-3

func CalibrateInt8ToInt32Func

func CalibrateInt8ToInt32Func(b *testing.B, supplier func() int8)

CalibrateInt8ToInt32Func calibrates the Int8ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToInt32Func.

ID: BC-5-3

func CalibrateInt8ToInt64Func

func CalibrateInt8ToInt64Func(b *testing.B, supplier func() int8)

CalibrateInt8ToInt64Func calibrates the Int8ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToInt64Func.

ID: BC-6-3

func CalibrateInt8ToInt8Func

func CalibrateInt8ToInt8Func(b *testing.B, supplier func() int8)

CalibrateInt8ToInt8Func calibrates the Int8ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToInt8Func.

ID: BC-3-3

func CalibrateInt8ToIntFunc

func CalibrateInt8ToIntFunc(b *testing.B, supplier func() int8)

CalibrateInt8ToIntFunc calibrates the Int8ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToIntFunc.

ID: BC-2-3

func CalibrateInt8ToUint16Func

func CalibrateInt8ToUint16Func(b *testing.B, supplier func() int8)

CalibrateInt8ToUint16Func calibrates the Int8ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToUint16Func.

ID: BC-9-3

func CalibrateInt8ToUint32Func

func CalibrateInt8ToUint32Func(b *testing.B, supplier func() int8)

CalibrateInt8ToUint32Func calibrates the Int8ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToUint32Func.

ID: BC-10-3

func CalibrateInt8ToUint64Func

func CalibrateInt8ToUint64Func(b *testing.B, supplier func() int8)

CalibrateInt8ToUint64Func calibrates the Int8ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToUint64Func.

ID: BC-11-3

func CalibrateInt8ToUint8Func

func CalibrateInt8ToUint8Func(b *testing.B, supplier func() int8)

CalibrateInt8ToUint8Func calibrates the Int8ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToUint8Func.

ID: BC-8-3

func CalibrateInt8ToUintFunc

func CalibrateInt8ToUintFunc(b *testing.B, supplier func() int8)

CalibrateInt8ToUintFunc calibrates the Int8ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToUintFunc.

ID: BC-7-3

func CalibrateIntConsumer

func CalibrateIntConsumer(b *testing.B, supplier func() int)

CalibrateIntConsumer calibrates the IntConsumer function. It MUST be called at least once before all benchmarks if any benchmark depends on IntConsumer.

ID: BC-0-2

func CalibrateIntPredicate

func CalibrateIntPredicate(b *testing.B, supplier func() int)

CalibrateIntPredicate calibrates the IntPredicate function. It MUST be called at least once before all benchmarks if any benchmark depends on IntPredicate.

ID: BC-1-2

func CalibrateIntToInt16Func

func CalibrateIntToInt16Func(b *testing.B, supplier func() int)

CalibrateIntToInt16Func calibrates the IntToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToInt16Func.

ID: BC-4-2

func CalibrateIntToInt32Func

func CalibrateIntToInt32Func(b *testing.B, supplier func() int)

CalibrateIntToInt32Func calibrates the IntToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToInt32Func.

ID: BC-5-2

func CalibrateIntToInt64Func

func CalibrateIntToInt64Func(b *testing.B, supplier func() int)

CalibrateIntToInt64Func calibrates the IntToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToInt64Func.

ID: BC-6-2

func CalibrateIntToInt8Func

func CalibrateIntToInt8Func(b *testing.B, supplier func() int)

CalibrateIntToInt8Func calibrates the IntToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToInt8Func.

ID: BC-3-2

func CalibrateIntToIntFunc

func CalibrateIntToIntFunc(b *testing.B, supplier func() int)

CalibrateIntToIntFunc calibrates the IntToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToIntFunc.

ID: BC-2-2

func CalibrateIntToUint16Func

func CalibrateIntToUint16Func(b *testing.B, supplier func() int)

CalibrateIntToUint16Func calibrates the IntToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToUint16Func.

ID: BC-9-2

func CalibrateIntToUint32Func

func CalibrateIntToUint32Func(b *testing.B, supplier func() int)

CalibrateIntToUint32Func calibrates the IntToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToUint32Func.

ID: BC-10-2

func CalibrateIntToUint64Func

func CalibrateIntToUint64Func(b *testing.B, supplier func() int)

CalibrateIntToUint64Func calibrates the IntToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToUint64Func.

ID: BC-11-2

func CalibrateIntToUint8Func

func CalibrateIntToUint8Func(b *testing.B, supplier func() int)

CalibrateIntToUint8Func calibrates the IntToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToUint8Func.

ID: BC-8-2

func CalibrateIntToUintFunc

func CalibrateIntToUintFunc(b *testing.B, supplier func() int)

CalibrateIntToUintFunc calibrates the IntToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToUintFunc.

ID: BC-7-2

func CalibrateUint16Consumer

func CalibrateUint16Consumer(b *testing.B, supplier func() uint16)

CalibrateUint16Consumer calibrates the Uint16Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16Consumer.

ID: BC-0-9

func CalibrateUint16Predicate

func CalibrateUint16Predicate(b *testing.B, supplier func() uint16)

CalibrateUint16Predicate calibrates the Uint16Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16Predicate.

ID: BC-1-9

func CalibrateUint16ToInt16Func

func CalibrateUint16ToInt16Func(b *testing.B, supplier func() uint16)

CalibrateUint16ToInt16Func calibrates the Uint16ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToInt16Func.

ID: BC-4-9

func CalibrateUint16ToInt32Func

func CalibrateUint16ToInt32Func(b *testing.B, supplier func() uint16)

CalibrateUint16ToInt32Func calibrates the Uint16ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToInt32Func.

ID: BC-5-9

func CalibrateUint16ToInt64Func

func CalibrateUint16ToInt64Func(b *testing.B, supplier func() uint16)

CalibrateUint16ToInt64Func calibrates the Uint16ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToInt64Func.

ID: BC-6-9

func CalibrateUint16ToInt8Func

func CalibrateUint16ToInt8Func(b *testing.B, supplier func() uint16)

CalibrateUint16ToInt8Func calibrates the Uint16ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToInt8Func.

ID: BC-3-9

func CalibrateUint16ToIntFunc

func CalibrateUint16ToIntFunc(b *testing.B, supplier func() uint16)

CalibrateUint16ToIntFunc calibrates the Uint16ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToIntFunc.

ID: BC-2-9

func CalibrateUint16ToUint16Func

func CalibrateUint16ToUint16Func(b *testing.B, supplier func() uint16)

CalibrateUint16ToUint16Func calibrates the Uint16ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToUint16Func.

ID: BC-9-9

func CalibrateUint16ToUint32Func

func CalibrateUint16ToUint32Func(b *testing.B, supplier func() uint16)

CalibrateUint16ToUint32Func calibrates the Uint16ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToUint32Func.

ID: BC-10-9

func CalibrateUint16ToUint64Func

func CalibrateUint16ToUint64Func(b *testing.B, supplier func() uint16)

CalibrateUint16ToUint64Func calibrates the Uint16ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToUint64Func.

ID: BC-11-9

func CalibrateUint16ToUint8Func

func CalibrateUint16ToUint8Func(b *testing.B, supplier func() uint16)

CalibrateUint16ToUint8Func calibrates the Uint16ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToUint8Func.

ID: BC-8-9

func CalibrateUint16ToUintFunc

func CalibrateUint16ToUintFunc(b *testing.B, supplier func() uint16)

CalibrateUint16ToUintFunc calibrates the Uint16ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToUintFunc.

ID: BC-7-9

func CalibrateUint32Consumer

func CalibrateUint32Consumer(b *testing.B, supplier func() uint32)

CalibrateUint32Consumer calibrates the Uint32Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32Consumer.

ID: BC-0-10

func CalibrateUint32Predicate

func CalibrateUint32Predicate(b *testing.B, supplier func() uint32)

CalibrateUint32Predicate calibrates the Uint32Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32Predicate.

ID: BC-1-10

func CalibrateUint32ToInt16Func

func CalibrateUint32ToInt16Func(b *testing.B, supplier func() uint32)

CalibrateUint32ToInt16Func calibrates the Uint32ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToInt16Func.

ID: BC-4-10

func CalibrateUint32ToInt32Func

func CalibrateUint32ToInt32Func(b *testing.B, supplier func() uint32)

CalibrateUint32ToInt32Func calibrates the Uint32ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToInt32Func.

ID: BC-5-10

func CalibrateUint32ToInt64Func

func CalibrateUint32ToInt64Func(b *testing.B, supplier func() uint32)

CalibrateUint32ToInt64Func calibrates the Uint32ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToInt64Func.

ID: BC-6-10

func CalibrateUint32ToInt8Func

func CalibrateUint32ToInt8Func(b *testing.B, supplier func() uint32)

CalibrateUint32ToInt8Func calibrates the Uint32ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToInt8Func.

ID: BC-3-10

func CalibrateUint32ToIntFunc

func CalibrateUint32ToIntFunc(b *testing.B, supplier func() uint32)

CalibrateUint32ToIntFunc calibrates the Uint32ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToIntFunc.

ID: BC-2-10

func CalibrateUint32ToUint16Func

func CalibrateUint32ToUint16Func(b *testing.B, supplier func() uint32)

CalibrateUint32ToUint16Func calibrates the Uint32ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToUint16Func.

ID: BC-9-10

func CalibrateUint32ToUint32Func

func CalibrateUint32ToUint32Func(b *testing.B, supplier func() uint32)

CalibrateUint32ToUint32Func calibrates the Uint32ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToUint32Func.

ID: BC-10-10

func CalibrateUint32ToUint64Func

func CalibrateUint32ToUint64Func(b *testing.B, supplier func() uint32)

CalibrateUint32ToUint64Func calibrates the Uint32ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToUint64Func.

ID: BC-11-10

func CalibrateUint32ToUint8Func

func CalibrateUint32ToUint8Func(b *testing.B, supplier func() uint32)

CalibrateUint32ToUint8Func calibrates the Uint32ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToUint8Func.

ID: BC-8-10

func CalibrateUint32ToUintFunc

func CalibrateUint32ToUintFunc(b *testing.B, supplier func() uint32)

CalibrateUint32ToUintFunc calibrates the Uint32ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToUintFunc.

ID: BC-7-10

func CalibrateUint64Consumer

func CalibrateUint64Consumer(b *testing.B, supplier func() uint64)

CalibrateUint64Consumer calibrates the Uint64Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64Consumer.

ID: BC-0-11

func CalibrateUint64Predicate

func CalibrateUint64Predicate(b *testing.B, supplier func() uint64)

CalibrateUint64Predicate calibrates the Uint64Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64Predicate.

ID: BC-1-11

func CalibrateUint64ToInt16Func

func CalibrateUint64ToInt16Func(b *testing.B, supplier func() uint64)

CalibrateUint64ToInt16Func calibrates the Uint64ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToInt16Func.

ID: BC-4-11

func CalibrateUint64ToInt32Func

func CalibrateUint64ToInt32Func(b *testing.B, supplier func() uint64)

CalibrateUint64ToInt32Func calibrates the Uint64ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToInt32Func.

ID: BC-5-11

func CalibrateUint64ToInt64Func

func CalibrateUint64ToInt64Func(b *testing.B, supplier func() uint64)

CalibrateUint64ToInt64Func calibrates the Uint64ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToInt64Func.

ID: BC-6-11

func CalibrateUint64ToInt8Func

func CalibrateUint64ToInt8Func(b *testing.B, supplier func() uint64)

CalibrateUint64ToInt8Func calibrates the Uint64ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToInt8Func.

ID: BC-3-11

func CalibrateUint64ToIntFunc

func CalibrateUint64ToIntFunc(b *testing.B, supplier func() uint64)

CalibrateUint64ToIntFunc calibrates the Uint64ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToIntFunc.

ID: BC-2-11

func CalibrateUint64ToUint16Func

func CalibrateUint64ToUint16Func(b *testing.B, supplier func() uint64)

CalibrateUint64ToUint16Func calibrates the Uint64ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToUint16Func.

ID: BC-9-11

func CalibrateUint64ToUint32Func

func CalibrateUint64ToUint32Func(b *testing.B, supplier func() uint64)

CalibrateUint64ToUint32Func calibrates the Uint64ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToUint32Func.

ID: BC-10-11

func CalibrateUint64ToUint64Func

func CalibrateUint64ToUint64Func(b *testing.B, supplier func() uint64)

CalibrateUint64ToUint64Func calibrates the Uint64ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToUint64Func.

ID: BC-11-11

func CalibrateUint64ToUint8Func

func CalibrateUint64ToUint8Func(b *testing.B, supplier func() uint64)

CalibrateUint64ToUint8Func calibrates the Uint64ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToUint8Func.

ID: BC-8-11

func CalibrateUint64ToUintFunc

func CalibrateUint64ToUintFunc(b *testing.B, supplier func() uint64)

CalibrateUint64ToUintFunc calibrates the Uint64ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToUintFunc.

ID: BC-7-11

func CalibrateUint8Consumer

func CalibrateUint8Consumer(b *testing.B, supplier func() uint8)

CalibrateUint8Consumer calibrates the Uint8Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8Consumer.

ID: BC-0-8

func CalibrateUint8Predicate

func CalibrateUint8Predicate(b *testing.B, supplier func() uint8)

CalibrateUint8Predicate calibrates the Uint8Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8Predicate.

ID: BC-1-8

func CalibrateUint8ToInt16Func

func CalibrateUint8ToInt16Func(b *testing.B, supplier func() uint8)

CalibrateUint8ToInt16Func calibrates the Uint8ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToInt16Func.

ID: BC-4-8

func CalibrateUint8ToInt32Func

func CalibrateUint8ToInt32Func(b *testing.B, supplier func() uint8)

CalibrateUint8ToInt32Func calibrates the Uint8ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToInt32Func.

ID: BC-5-8

func CalibrateUint8ToInt64Func

func CalibrateUint8ToInt64Func(b *testing.B, supplier func() uint8)

CalibrateUint8ToInt64Func calibrates the Uint8ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToInt64Func.

ID: BC-6-8

func CalibrateUint8ToInt8Func

func CalibrateUint8ToInt8Func(b *testing.B, supplier func() uint8)

CalibrateUint8ToInt8Func calibrates the Uint8ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToInt8Func.

ID: BC-3-8

func CalibrateUint8ToIntFunc

func CalibrateUint8ToIntFunc(b *testing.B, supplier func() uint8)

CalibrateUint8ToIntFunc calibrates the Uint8ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToIntFunc.

ID: BC-2-8

func CalibrateUint8ToUint16Func

func CalibrateUint8ToUint16Func(b *testing.B, supplier func() uint8)

CalibrateUint8ToUint16Func calibrates the Uint8ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToUint16Func.

ID: BC-9-8

func CalibrateUint8ToUint32Func

func CalibrateUint8ToUint32Func(b *testing.B, supplier func() uint8)

CalibrateUint8ToUint32Func calibrates the Uint8ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToUint32Func.

ID: BC-10-8

func CalibrateUint8ToUint64Func

func CalibrateUint8ToUint64Func(b *testing.B, supplier func() uint8)

CalibrateUint8ToUint64Func calibrates the Uint8ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToUint64Func.

ID: BC-11-8

func CalibrateUint8ToUint8Func

func CalibrateUint8ToUint8Func(b *testing.B, supplier func() uint8)

CalibrateUint8ToUint8Func calibrates the Uint8ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToUint8Func.

ID: BC-8-8

func CalibrateUint8ToUintFunc

func CalibrateUint8ToUintFunc(b *testing.B, supplier func() uint8)

CalibrateUint8ToUintFunc calibrates the Uint8ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToUintFunc.

ID: BC-7-8

func CalibrateUintConsumer

func CalibrateUintConsumer(b *testing.B, supplier func() uint)

CalibrateUintConsumer calibrates the UintConsumer function. It MUST be called at least once before all benchmarks if any benchmark depends on UintConsumer.

ID: BC-0-7

func CalibrateUintPredicate

func CalibrateUintPredicate(b *testing.B, supplier func() uint)

CalibrateUintPredicate calibrates the UintPredicate function. It MUST be called at least once before all benchmarks if any benchmark depends on UintPredicate.

ID: BC-1-7

func CalibrateUintSliceGenerator

func CalibrateUintSliceGenerator(b *testing.B, genUintSliceFunc func() []uint) uint

CalibrateUintSliceGenerator calibrates the UintSliceGenerator function. It should be called once before all benchmarks if any benchmark depends on UintSliceGenerator.

ID: BC-0-23(7)-19(0-23(7)-19(0-23(7)))

func CalibrateUintSliceGeneratorWithRandom

func CalibrateUintSliceGeneratorWithRandom(b *testing.B) uint

CalibrateUintSliceGeneratorWithRandom calibrates the UintSliceGeneratorWithRandom function. It should be called once before all benchmarks if any benchmark depends on UintSliceGeneratorWithRandom.

ID: BRC-0-23(7)-19(0-23(7)-19(0-23(7)))

func CalibrateUintToInt16Func

func CalibrateUintToInt16Func(b *testing.B, supplier func() uint)

CalibrateUintToInt16Func calibrates the UintToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToInt16Func.

ID: BC-4-7

func CalibrateUintToInt32Func

func CalibrateUintToInt32Func(b *testing.B, supplier func() uint)

CalibrateUintToInt32Func calibrates the UintToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToInt32Func.

ID: BC-5-7

func CalibrateUintToInt64Func

func CalibrateUintToInt64Func(b *testing.B, supplier func() uint)

CalibrateUintToInt64Func calibrates the UintToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToInt64Func.

ID: BC-6-7

func CalibrateUintToInt8Func

func CalibrateUintToInt8Func(b *testing.B, supplier func() uint)

CalibrateUintToInt8Func calibrates the UintToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToInt8Func.

ID: BC-3-7

func CalibrateUintToIntFunc

func CalibrateUintToIntFunc(b *testing.B, supplier func() uint)

CalibrateUintToIntFunc calibrates the UintToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToIntFunc.

ID: BC-2-7

func CalibrateUintToUint16Func

func CalibrateUintToUint16Func(b *testing.B, supplier func() uint)

CalibrateUintToUint16Func calibrates the UintToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToUint16Func.

ID: BC-9-7

func CalibrateUintToUint32Func

func CalibrateUintToUint32Func(b *testing.B, supplier func() uint)

CalibrateUintToUint32Func calibrates the UintToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToUint32Func.

ID: BC-10-7

func CalibrateUintToUint64Func

func CalibrateUintToUint64Func(b *testing.B, supplier func() uint)

CalibrateUintToUint64Func calibrates the UintToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToUint64Func.

ID: BC-11-7

func CalibrateUintToUint8Func

func CalibrateUintToUint8Func(b *testing.B, supplier func() uint)

CalibrateUintToUint8Func calibrates the UintToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToUint8Func.

ID: BC-8-7

func CalibrateUintToUintFunc

func CalibrateUintToUintFunc(b *testing.B, supplier func() uint)

CalibrateUintToUintFunc calibrates the UintToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToUintFunc.

ID: BC-7-7

func Int16Consumer

func Int16Consumer(b *testing.B, supplier func() int16, consumer func(int16))

Int16Consumer benchmarks a function with the signature:

func(int16)

ID: B-0-4

func Int16Predicate

func Int16Predicate(b *testing.B, supplier func() int16, predicate func(int16) bool)

Int16Predicate benchmarks a function with the signature:

func(int16) bool

ID: B-1-4

func Int16Supplier

func Int16Supplier(b *testing.B, supplier func() int16)

Int16Supplier benchmarks a function with the signature:

func() int16

ID: B-4-0

func Int16ToInt16Func

func Int16ToInt16Func(b *testing.B, supplier func() int16, toInt16Func func(int16) int16)

Int16ToInt16Func benchmarks a function with the signature:

func(int16) int16

ID: B-4-4

func Int16ToInt32Func

func Int16ToInt32Func(b *testing.B, supplier func() int16, toInt32Func func(int16) int32)

Int16ToInt32Func benchmarks a function with the signature:

func(int16) int32

ID: B-5-4

func Int16ToInt64Func

func Int16ToInt64Func(b *testing.B, supplier func() int16, toInt64Func func(int16) int64)

Int16ToInt64Func benchmarks a function with the signature:

func(int16) int64

ID: B-6-4

func Int16ToInt8Func

func Int16ToInt8Func(b *testing.B, supplier func() int16, toInt8Func func(int16) int8)

Int16ToInt8Func benchmarks a function with the signature:

func(int16) int8

ID: B-3-4

func Int16ToIntFunc

func Int16ToIntFunc(b *testing.B, supplier func() int16, toIntFunc func(int16) int)

Int16ToIntFunc benchmarks a function with the signature:

func(int16) int

ID: B-2-4

func Int16ToUint16Func

func Int16ToUint16Func(b *testing.B, supplier func() int16, toUint16Func func(int16) uint16)

Int16ToUint16Func benchmarks a function with the signature:

func(int16) uint16

ID: B-9-4

func Int16ToUint32Func

func Int16ToUint32Func(b *testing.B, supplier func() int16, toUint32Func func(int16) uint32)

Int16ToUint32Func benchmarks a function with the signature:

func(int16) uint32

ID: B-10-4

func Int16ToUint64Func

func Int16ToUint64Func(b *testing.B, supplier func() int16, toUint64Func func(int16) uint64)

Int16ToUint64Func benchmarks a function with the signature:

func(int16) uint64

ID: B-11-4

func Int16ToUint8Func

func Int16ToUint8Func(b *testing.B, supplier func() int16, toUint8Func func(int16) uint8)

Int16ToUint8Func benchmarks a function with the signature:

func(int16) uint8

ID: B-8-4

func Int16ToUintFunc

func Int16ToUintFunc(b *testing.B, supplier func() int16, toUintFunc func(int16) uint)

Int16ToUintFunc benchmarks a function with the signature:

func(int16) uint

ID: B-7-4

func Int32Consumer

func Int32Consumer(b *testing.B, supplier func() int32, consumer func(int32))

Int32Consumer benchmarks a function with the signature:

func(int32)

ID: B-0-5

func Int32Predicate

func Int32Predicate(b *testing.B, supplier func() int32, predicate func(int32) bool)

Int32Predicate benchmarks a function with the signature:

func(int32) bool

ID: B-1-5

func Int32Supplier

func Int32Supplier(b *testing.B, supplier func() int32)

Int32Supplier benchmarks a function with the signature:

func() int32

ID: B-5-0

func Int32ToInt16Func

func Int32ToInt16Func(b *testing.B, supplier func() int32, toInt16Func func(int32) int16)

Int32ToInt16Func benchmarks a function with the signature:

func(int32) int16

ID: B-4-5

func Int32ToInt32Func

func Int32ToInt32Func(b *testing.B, supplier func() int32, toInt32Func func(int32) int32)

Int32ToInt32Func benchmarks a function with the signature:

func(int32) int32

ID: B-5-5

func Int32ToInt64Func

func Int32ToInt64Func(b *testing.B, supplier func() int32, toInt64Func func(int32) int64)

Int32ToInt64Func benchmarks a function with the signature:

func(int32) int64

ID: B-6-5

func Int32ToInt8Func

func Int32ToInt8Func(b *testing.B, supplier func() int32, toInt8Func func(int32) int8)

Int32ToInt8Func benchmarks a function with the signature:

func(int32) int8

ID: B-3-5

func Int32ToIntFunc

func Int32ToIntFunc(b *testing.B, supplier func() int32, toIntFunc func(int32) int)

Int32ToIntFunc benchmarks a function with the signature:

func(int32) int

ID: B-2-5

func Int32ToUint16Func

func Int32ToUint16Func(b *testing.B, supplier func() int32, toUint16Func func(int32) uint16)

Int32ToUint16Func benchmarks a function with the signature:

func(int32) uint16

ID: B-9-5

func Int32ToUint32Func

func Int32ToUint32Func(b *testing.B, supplier func() int32, toUint32Func func(int32) uint32)

Int32ToUint32Func benchmarks a function with the signature:

func(int32) uint32

ID: B-10-5

func Int32ToUint64Func

func Int32ToUint64Func(b *testing.B, supplier func() int32, toUint64Func func(int32) uint64)

Int32ToUint64Func benchmarks a function with the signature:

func(int32) uint64

ID: B-11-5

func Int32ToUint8Func

func Int32ToUint8Func(b *testing.B, supplier func() int32, toUint8Func func(int32) uint8)

Int32ToUint8Func benchmarks a function with the signature:

func(int32) uint8

ID: B-8-5

func Int32ToUintFunc

func Int32ToUintFunc(b *testing.B, supplier func() int32, toUintFunc func(int32) uint)

Int32ToUintFunc benchmarks a function with the signature:

func(int32) uint

ID: B-7-5

func Int64Consumer

func Int64Consumer(b *testing.B, supplier func() int64, consumer func(int64))

Int64Consumer benchmarks a function with the signature:

func(int64)

ID: B-0-6

func Int64Predicate

func Int64Predicate(b *testing.B, supplier func() int64, predicate func(int64) bool)

Int64Predicate benchmarks a function with the signature:

func(int64) bool

ID: B-1-6

func Int64Supplier

func Int64Supplier(b *testing.B, supplier func() int64)

Int64Supplier benchmarks a function with the signature:

func() int64

ID: B-6-0

func Int64ToInt16Func

func Int64ToInt16Func(b *testing.B, supplier func() int64, toInt16Func func(int64) int16)

Int64ToInt16Func benchmarks a function with the signature:

func(int64) int16

ID: B-4-6

func Int64ToInt32Func

func Int64ToInt32Func(b *testing.B, supplier func() int64, toInt32Func func(int64) int32)

Int64ToInt32Func benchmarks a function with the signature:

func(int64) int32

ID: B-5-6

func Int64ToInt64Func

func Int64ToInt64Func(b *testing.B, supplier func() int64, toInt64Func func(int64) int64)

Int64ToInt64Func benchmarks a function with the signature:

func(int64) int64

ID: B-6-6

func Int64ToInt8Func

func Int64ToInt8Func(b *testing.B, supplier func() int64, toInt8Func func(int64) int8)

Int64ToInt8Func benchmarks a function with the signature:

func(int64) int8

ID: B-3-6

func Int64ToIntFunc

func Int64ToIntFunc(b *testing.B, supplier func() int64, toIntFunc func(int64) int)

Int64ToIntFunc benchmarks a function with the signature:

func(int64) int

ID: B-2-6

func Int64ToUint16Func

func Int64ToUint16Func(b *testing.B, supplier func() int64, toUint16Func func(int64) uint16)

Int64ToUint16Func benchmarks a function with the signature:

func(int64) uint16

ID: B-9-6

func Int64ToUint32Func

func Int64ToUint32Func(b *testing.B, supplier func() int64, toUint32Func func(int64) uint32)

Int64ToUint32Func benchmarks a function with the signature:

func(int64) uint32

ID: B-10-6

func Int64ToUint64Func

func Int64ToUint64Func(b *testing.B, supplier func() int64, toUint64Func func(int64) uint64)

Int64ToUint64Func benchmarks a function with the signature:

func(int64) uint64

ID: B-11-6

func Int64ToUint8Func

func Int64ToUint8Func(b *testing.B, supplier func() int64, toUint8Func func(int64) uint8)

Int64ToUint8Func benchmarks a function with the signature:

func(int64) uint8

ID: B-8-6

func Int64ToUintFunc

func Int64ToUintFunc(b *testing.B, supplier func() int64, toUintFunc func(int64) uint)

Int64ToUintFunc benchmarks a function with the signature:

func(int64) uint

ID: B-7-6

func Int8Consumer

func Int8Consumer(b *testing.B, supplier func() int8, consumer func(int8))

Int8Consumer benchmarks a function with the signature:

func(int8)

ID: B-0-3

func Int8Predicate

func Int8Predicate(b *testing.B, supplier func() int8, predicate func(int8) bool)

Int8Predicate benchmarks a function with the signature:

func(int8) bool

ID: B-1-3

func Int8Supplier

func Int8Supplier(b *testing.B, supplier func() int8)

Int8Supplier benchmarks a function with the signature:

func() int8

ID: B-3-0

func Int8ToInt16Func

func Int8ToInt16Func(b *testing.B, supplier func() int8, toInt16Func func(int8) int16)

Int8ToInt16Func benchmarks a function with the signature:

func(int8) int16

ID: B-4-3

func Int8ToInt32Func

func Int8ToInt32Func(b *testing.B, supplier func() int8, toInt32Func func(int8) int32)

Int8ToInt32Func benchmarks a function with the signature:

func(int8) int32

ID: B-5-3

func Int8ToInt64Func

func Int8ToInt64Func(b *testing.B, supplier func() int8, toInt64Func func(int8) int64)

Int8ToInt64Func benchmarks a function with the signature:

func(int8) int64

ID: B-6-3

func Int8ToInt8Func

func Int8ToInt8Func(b *testing.B, supplier func() int8, toInt8Func func(int8) int8)

Int8ToInt8Func benchmarks a function with the signature:

func(int8) int8

ID: B-3-3

func Int8ToIntFunc

func Int8ToIntFunc(b *testing.B, supplier func() int8, toIntFunc func(int8) int)

Int8ToIntFunc benchmarks a function with the signature:

func(int8) int

ID: B-2-3

func Int8ToUint16Func

func Int8ToUint16Func(b *testing.B, supplier func() int8, toUint16Func func(int8) uint16)

Int8ToUint16Func benchmarks a function with the signature:

func(int8) uint16

ID: B-9-3

func Int8ToUint32Func

func Int8ToUint32Func(b *testing.B, supplier func() int8, toUint32Func func(int8) uint32)

Int8ToUint32Func benchmarks a function with the signature:

func(int8) uint32

ID: B-10-3

func Int8ToUint64Func

func Int8ToUint64Func(b *testing.B, supplier func() int8, toUint64Func func(int8) uint64)

Int8ToUint64Func benchmarks a function with the signature:

func(int8) uint64

ID: B-11-3

func Int8ToUint8Func

func Int8ToUint8Func(b *testing.B, supplier func() int8, toUint8Func func(int8) uint8)

Int8ToUint8Func benchmarks a function with the signature:

func(int8) uint8

ID: B-8-3

func Int8ToUintFunc

func Int8ToUintFunc(b *testing.B, supplier func() int8, toUintFunc func(int8) uint)

Int8ToUintFunc benchmarks a function with the signature:

func(int8) uint

ID: B-7-3

func IntConsumer

func IntConsumer(b *testing.B, supplier func() int, consumer func(int))

IntConsumer benchmarks a function with the signature:

func(int)

ID: B-0-2

func IntPredicate

func IntPredicate(b *testing.B, supplier func() int, predicate func(int) bool)

IntPredicate benchmarks a function with the signature:

func(int) bool

ID: B-1-2

func IntSupplier

func IntSupplier(b *testing.B, supplier func() int)

IntSupplier benchmarks a function with the signature:

func() int

ID: B-2-0

func IntToInt16Func

func IntToInt16Func(b *testing.B, supplier func() int, toInt16Func func(int) int16)

IntToInt16Func benchmarks a function with the signature:

func(int) int16

ID: B-4-2

func IntToInt32Func

func IntToInt32Func(b *testing.B, supplier func() int, toInt32Func func(int) int32)

IntToInt32Func benchmarks a function with the signature:

func(int) int32

ID: B-5-2

func IntToInt64Func

func IntToInt64Func(b *testing.B, supplier func() int, toInt64Func func(int) int64)

IntToInt64Func benchmarks a function with the signature:

func(int) int64

ID: B-6-2

func IntToInt8Func

func IntToInt8Func(b *testing.B, supplier func() int, toInt8Func func(int) int8)

IntToInt8Func benchmarks a function with the signature:

func(int) int8

ID: B-3-2

func IntToIntFunc

func IntToIntFunc(b *testing.B, supplier func() int, toIntFunc func(int) int)

IntToIntFunc benchmarks a function with the signature:

func(int) int

ID: B-2-2

func IntToUint16Func

func IntToUint16Func(b *testing.B, supplier func() int, toUint16Func func(int) uint16)

IntToUint16Func benchmarks a function with the signature:

func(int) uint16

ID: B-9-2

func IntToUint32Func

func IntToUint32Func(b *testing.B, supplier func() int, toUint32Func func(int) uint32)

IntToUint32Func benchmarks a function with the signature:

func(int) uint32

ID: B-10-2

func IntToUint64Func

func IntToUint64Func(b *testing.B, supplier func() int, toUint64Func func(int) uint64)

IntToUint64Func benchmarks a function with the signature:

func(int) uint64

ID: B-11-2

func IntToUint8Func

func IntToUint8Func(b *testing.B, supplier func() int, toUint8Func func(int) uint8)

IntToUint8Func benchmarks a function with the signature:

func(int) uint8

ID: B-8-2

func IntToUintFunc

func IntToUintFunc(b *testing.B, supplier func() int, toUintFunc func(int) uint)

IntToUintFunc benchmarks a function with the signature:

func(int) uint

ID: B-7-2

func Runnable

func Runnable(b *testing.B, runnable func())

Runnable benchmarks a function with the signature:

func()

ID: B-0-0

func Uint16Consumer

func Uint16Consumer(b *testing.B, supplier func() uint16, consumer func(uint16))

Uint16Consumer benchmarks a function with the signature:

func(uint16)

ID: B-0-9

func Uint16Predicate

func Uint16Predicate(b *testing.B, supplier func() uint16, predicate func(uint16) bool)

Uint16Predicate benchmarks a function with the signature:

func(uint16) bool

ID: B-1-9

func Uint16Supplier

func Uint16Supplier(b *testing.B, supplier func() uint16)

Uint16Supplier benchmarks a function with the signature:

func() uint16

ID: B-9-0

func Uint16ToInt16Func

func Uint16ToInt16Func(b *testing.B, supplier func() uint16, toInt16Func func(uint16) int16)

Uint16ToInt16Func benchmarks a function with the signature:

func(uint16) int16

ID: B-4-9

func Uint16ToInt32Func

func Uint16ToInt32Func(b *testing.B, supplier func() uint16, toInt32Func func(uint16) int32)

Uint16ToInt32Func benchmarks a function with the signature:

func(uint16) int32

ID: B-5-9

func Uint16ToInt64Func

func Uint16ToInt64Func(b *testing.B, supplier func() uint16, toInt64Func func(uint16) int64)

Uint16ToInt64Func benchmarks a function with the signature:

func(uint16) int64

ID: B-6-9

func Uint16ToInt8Func

func Uint16ToInt8Func(b *testing.B, supplier func() uint16, toInt8Func func(uint16) int8)

Uint16ToInt8Func benchmarks a function with the signature:

func(uint16) int8

ID: B-3-9

func Uint16ToIntFunc

func Uint16ToIntFunc(b *testing.B, supplier func() uint16, toIntFunc func(uint16) int)

Uint16ToIntFunc benchmarks a function with the signature:

func(uint16) int

ID: B-2-9

func Uint16ToUint16Func

func Uint16ToUint16Func(b *testing.B, supplier func() uint16, toUint16Func func(uint16) uint16)

Uint16ToUint16Func benchmarks a function with the signature:

func(uint16) uint16

ID: B-9-9

func Uint16ToUint32Func

func Uint16ToUint32Func(b *testing.B, supplier func() uint16, toUint32Func func(uint16) uint32)

Uint16ToUint32Func benchmarks a function with the signature:

func(uint16) uint32

ID: B-10-9

func Uint16ToUint64Func

func Uint16ToUint64Func(b *testing.B, supplier func() uint16, toUint64Func func(uint16) uint64)

Uint16ToUint64Func benchmarks a function with the signature:

func(uint16) uint64

ID: B-11-9

func Uint16ToUint8Func

func Uint16ToUint8Func(b *testing.B, supplier func() uint16, toUint8Func func(uint16) uint8)

Uint16ToUint8Func benchmarks a function with the signature:

func(uint16) uint8

ID: B-8-9

func Uint16ToUintFunc

func Uint16ToUintFunc(b *testing.B, supplier func() uint16, toUintFunc func(uint16) uint)

Uint16ToUintFunc benchmarks a function with the signature:

func(uint16) uint

ID: B-7-9

func Uint32Consumer

func Uint32Consumer(b *testing.B, supplier func() uint32, consumer func(uint32))

Uint32Consumer benchmarks a function with the signature:

func(uint32)

ID: B-0-10

func Uint32Predicate

func Uint32Predicate(b *testing.B, supplier func() uint32, predicate func(uint32) bool)

Uint32Predicate benchmarks a function with the signature:

func(uint32) bool

ID: B-1-10

func Uint32Supplier

func Uint32Supplier(b *testing.B, supplier func() uint32)

Uint32Supplier benchmarks a function with the signature:

func() uint32

ID: B-10-0

func Uint32ToInt16Func

func Uint32ToInt16Func(b *testing.B, supplier func() uint32, toInt16Func func(uint32) int16)

Uint32ToInt16Func benchmarks a function with the signature:

func(uint32) int16

ID: B-4-10

func Uint32ToInt32Func

func Uint32ToInt32Func(b *testing.B, supplier func() uint32, toInt32Func func(uint32) int32)

Uint32ToInt32Func benchmarks a function with the signature:

func(uint32) int32

ID: B-5-10

func Uint32ToInt64Func

func Uint32ToInt64Func(b *testing.B, supplier func() uint32, toInt64Func func(uint32) int64)

Uint32ToInt64Func benchmarks a function with the signature:

func(uint32) int64

ID: B-6-10

func Uint32ToInt8Func

func Uint32ToInt8Func(b *testing.B, supplier func() uint32, toInt8Func func(uint32) int8)

Uint32ToInt8Func benchmarks a function with the signature:

func(uint32) int8

ID: B-3-10

func Uint32ToIntFunc

func Uint32ToIntFunc(b *testing.B, supplier func() uint32, toIntFunc func(uint32) int)

Uint32ToIntFunc benchmarks a function with the signature:

func(uint32) int

ID: B-2-10

func Uint32ToUint16Func

func Uint32ToUint16Func(b *testing.B, supplier func() uint32, toUint16Func func(uint32) uint16)

Uint32ToUint16Func benchmarks a function with the signature:

func(uint32) uint16

ID: B-9-10

func Uint32ToUint32Func

func Uint32ToUint32Func(b *testing.B, supplier func() uint32, toUint32Func func(uint32) uint32)

Uint32ToUint32Func benchmarks a function with the signature:

func(uint32) uint32

ID: B-10-10

func Uint32ToUint64Func

func Uint32ToUint64Func(b *testing.B, supplier func() uint32, toUint64Func func(uint32) uint64)

Uint32ToUint64Func benchmarks a function with the signature:

func(uint32) uint64

ID: B-11-10

func Uint32ToUint8Func

func Uint32ToUint8Func(b *testing.B, supplier func() uint32, toUint8Func func(uint32) uint8)

Uint32ToUint8Func benchmarks a function with the signature:

func(uint32) uint8

ID: B-8-10

func Uint32ToUintFunc

func Uint32ToUintFunc(b *testing.B, supplier func() uint32, toUintFunc func(uint32) uint)

Uint32ToUintFunc benchmarks a function with the signature:

func(uint32) uint

ID: B-7-10

func Uint64Consumer

func Uint64Consumer(b *testing.B, supplier func() uint64, consumer func(uint64))

Uint64Consumer benchmarks a function with the signature:

func(uint64)

ID: B-0-11

func Uint64Predicate

func Uint64Predicate(b *testing.B, supplier func() uint64, predicate func(uint64) bool)

Uint64Predicate benchmarks a function with the signature:

func(uint64) bool

ID: B-1-11

func Uint64Supplier

func Uint64Supplier(b *testing.B, supplier func() uint64)

Uint64Supplier benchmarks a function with the signature:

func() uint64

ID: B-11-0

func Uint64ToInt16Func

func Uint64ToInt16Func(b *testing.B, supplier func() uint64, toInt16Func func(uint64) int16)

Uint64ToInt16Func benchmarks a function with the signature:

func(int16) int16

ID: B-4-11

func Uint64ToInt32Func

func Uint64ToInt32Func(b *testing.B, supplier func() uint64, toInt32Func func(uint64) int32)

Uint64ToInt32Func benchmarks a function with the signature:

func(int32) int32

ID: B-5-11

func Uint64ToInt64Func

func Uint64ToInt64Func(b *testing.B, supplier func() uint64, toInt64Func func(uint64) int64)

Uint64ToInt64Func benchmarks a function with the signature:

func(int64) int64

ID: B-6-11

func Uint64ToInt8Func

func Uint64ToInt8Func(b *testing.B, supplier func() uint64, toInt8Func func(uint64) int8)

Uint64ToInt8Func benchmarks a function with the signature:

func(int8) int8

ID: B-3-11

func Uint64ToIntFunc

func Uint64ToIntFunc(b *testing.B, supplier func() uint64, toIntFunc func(uint64) int)

Uint64ToIntFunc benchmarks a function with the signature:

func(int) int

ID: B-2-11

func Uint64ToUint16Func

func Uint64ToUint16Func(b *testing.B, supplier func() uint64, toUint16Func func(uint64) uint16)

Uint64ToUint16Func benchmarks a function with the signature:

func(uint16) uint16

ID: B-9-11

func Uint64ToUint32Func

func Uint64ToUint32Func(b *testing.B, supplier func() uint64, toUint32Func func(uint64) uint32)

Uint64ToUint32Func benchmarks a function with the signature:

func(uint32) uint32

ID: B-10-11

func Uint64ToUint64Func

func Uint64ToUint64Func(b *testing.B, supplier func() uint64, toUint64Func func(uint64) uint64)

Uint64ToUint64Func benchmarks a function with the signature:

func(uint64) uint64

ID: B-11-11

func Uint64ToUint8Func

func Uint64ToUint8Func(b *testing.B, supplier func() uint64, toUint8Func func(uint64) uint8)

Uint64ToUint8Func benchmarks a function with the signature:

func(uint8) uint8

ID: B-8-11

func Uint64ToUintFunc

func Uint64ToUintFunc(b *testing.B, supplier func() uint64, toUintFunc func(uint64) uint)

Uint64ToUintFunc benchmarks a function with the signature:

func(uint) uint

ID: B-7-11

func Uint8Consumer

func Uint8Consumer(b *testing.B, supplier func() uint8, consumer func(uint8))

Uint8Consumer benchmarks a function with the signature:

func(uint8)

ID: B-0-8

func Uint8Predicate

func Uint8Predicate(b *testing.B, supplier func() uint8, predicate func(uint8) bool)

Uint8Predicate benchmarks a function with the signature:

func(uint8) bool

ID: B-1-8

func Uint8Supplier

func Uint8Supplier(b *testing.B, supplier func() uint8)

Uint8Supplier benchmarks a function with the signature:

func() uint8

ID: B-8-0

func Uint8ToInt16Func

func Uint8ToInt16Func(b *testing.B, supplier func() uint8, toInt16Func func(uint8) int16)

Uint8ToInt16Func benchmarks a function with the signature:

func(uint8) int16

ID: B-4-8

func Uint8ToInt32Func

func Uint8ToInt32Func(b *testing.B, supplier func() uint8, toInt32Func func(uint8) int32)

Uint8ToInt32Func benchmarks a function with the signature:

func(uint8) int32

ID: B-5-8

func Uint8ToInt64Func

func Uint8ToInt64Func(b *testing.B, supplier func() uint8, toInt64Func func(uint8) int64)

Uint8ToInt64Func benchmarks a function with the signature:

func(uint8) int64

ID: B-6-8

func Uint8ToInt8Func

func Uint8ToInt8Func(b *testing.B, supplier func() uint8, toInt8Func func(uint8) int8)

Uint8ToInt8Func benchmarks a function with the signature:

func(uint8) int8

ID: B-3-8

func Uint8ToIntFunc

func Uint8ToIntFunc(b *testing.B, supplier func() uint8, toIntFunc func(uint8) int)

Uint8ToIntFunc benchmarks a function with the signature:

func(uint8) int

ID: B-2-8

func Uint8ToUint16Func

func Uint8ToUint16Func(b *testing.B, supplier func() uint8, toUint16Func func(uint8) uint16)

Uint8ToUint16Func benchmarks a function with the signature:

func(uint8) uint16

ID: B-9-8

func Uint8ToUint32Func

func Uint8ToUint32Func(b *testing.B, supplier func() uint8, toUint32Func func(uint8) uint32)

Uint8ToUint32Func benchmarks a function with the signature:

func(uint8) uint32

ID: B-10-8

func Uint8ToUint64Func

func Uint8ToUint64Func(b *testing.B, supplier func() uint8, toUint64Func func(uint8) uint64)

Uint8ToUint64Func benchmarks a function with the signature:

func(uint8) uint64

ID: B-11-8

func Uint8ToUint8Func

func Uint8ToUint8Func(b *testing.B, supplier func() uint8, toUint8Func func(uint8) uint8)

Uint8ToUint8Func benchmarks a function with the signature:

func(uint8) uint8

ID: B-8-8

func Uint8ToUintFunc

func Uint8ToUintFunc(b *testing.B, supplier func() uint8, toUintFunc func(uint8) uint)

Uint8ToUintFunc benchmarks a function with the signature:

func(uint8) uint

ID: B-7-8

func UintConsumer

func UintConsumer(b *testing.B, supplier func() uint, consumer func(uint))

UintConsumer benchmarks a function with the signature:

func(uint)

ID: B-0-7

func UintPredicate

func UintPredicate(b *testing.B, supplier func() uint, predicate func(uint) bool)

UintPredicate benchmarks a function with the signature:

func(uint) bool

ID: B-1-7

func UintSliceGenerator

func UintSliceGenerator(b *testing.B, genUintSliceFunc func() []uint, f func([]uint, func([]uint))) uint

UintSliceGenerator benchmarks a function with the signature:

func([]uint, func([]uint))

ID: B-0-23(7)-19(0-23(7)-19(0-23(7)))

func UintSliceGeneratorWithRandom

func UintSliceGeneratorWithRandom(b *testing.B, f func([]uint, func([]uint))) uint

UintSliceGeneratorWithRandom benchmarks a function with the signature:

func([]uint, func([]uint))

with random numbers. ID: B-0-23(7)-19(0-23(7)-19(0-23(7)))

func UintSupplier

func UintSupplier(b *testing.B, supplier func() uint)

UintSupplier benchmarks a function with the signature:

func() uint

ID: B-7-0

func UintToInt16Func

func UintToInt16Func(b *testing.B, supplier func() uint, toInt16Func func(uint) int16)

UintToInt16Func benchmarks a function with the signature:

func(uint) int16

ID: B-4-7

func UintToInt32Func

func UintToInt32Func(b *testing.B, supplier func() uint, toInt32Func func(uint) int32)

UintToInt32Func benchmarks a function with the signature:

func(uint) int32

ID: B-5-7

func UintToInt64Func

func UintToInt64Func(b *testing.B, supplier func() uint, toInt64Func func(uint) int64)

UintToInt64Func benchmarks a function with the signature:

func(uint) int64

ID: B-6-7

func UintToInt8Func

func UintToInt8Func(b *testing.B, supplier func() uint, toInt8Func func(uint) int8)

UintToInt8Func benchmarks a function with the signature:

func(uint) int8

ID: B-3-7

func UintToIntFunc

func UintToIntFunc(b *testing.B, supplier func() uint, toIntFunc func(uint) int)

UintToIntFunc benchmarks a function with the signature:

func(uint) int

ID: B-2-7

func UintToUint16Func

func UintToUint16Func(b *testing.B, supplier func() uint, toUint16Func func(uint) uint16)

UintToUint16Func benchmarks a function with the signature:

func(uint) uint16

ID: B-9-7

func UintToUint32Func

func UintToUint32Func(b *testing.B, supplier func() uint, toUint32Func func(uint) uint32)

UintToUint32Func benchmarks a function with the signature:

func(uint) uint32

ID: B-10-7

func UintToUint64Func

func UintToUint64Func(b *testing.B, supplier func() uint, toUint64Func func(uint) uint64)

UintToUint64Func benchmarks a function with the signature:

func(uint) uint64

ID: B-11-7

func UintToUint8Func

func UintToUint8Func(b *testing.B, supplier func() uint, toUint8Func func(uint) uint8)

UintToUint8Func benchmarks a function with the signature:

func(uint) uint8

ID: B-8-7

func UintToUintFunc

func UintToUintFunc(b *testing.B, supplier func() uint, toUintFunc func(uint) uint)

UintToUintFunc benchmarks a function with the signature:

func(uint) uint

ID: B-7-7

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL