benchmark

package
v1.18.1 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2026 License: BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBoltBenchmarkHandler

func NewBoltBenchmarkHandler(
	provider kv.Provider,
	backgroundRunner run.BackgroundRunner,
	logSamplerFactory log.SamplerFactory,
) libhttp.WithError

func RandString

func RandString(n int) string

RandString returns random string of letters of size n

func ShuffleSlice

func ShuffleSlice(s []string)

ShuffleSlice shuffles a slice in place

Types

type Benchmark

type Benchmark interface {
	Benchmark(
		ctx context.Context,
		amount int,
		valueSize int,
		batchSize int,
	) (*Result, error)
}

func NewBenchmark

func NewBenchmark(
	db kv.DB,
	logSamplerFactory log.SamplerFactory,
) Benchmark

type Result

type Result struct {
	Amount        int
	ValueSize     int
	WriteDuration time.Duration
	ReadDuration  time.Duration
}

Jump to

Keyboard shortcuts

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