writetxs

package
v1.5.0-RC1 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBenchmark

func NewBenchmark(cfg Config) benchmarks.Benchmark

Types

type Config

type Config struct {
	Name       string
	Workers    int
	BatchSize  int
	KeySize    int
	ValueSize  int
	AsyncWrite bool
	Replica    string
}

type Result

type Result struct {
	TxTotal int64               `json:"txTotal"`
	KvTotal int64               `json:"kvTotal"`
	Txs     float64             `json:"txs"`
	Kvs     float64             `json:"kvs"`
	TxsInst float64             `json:"txsInstant,omitempty"`
	KvsInst float64             `json:"kvsInstant,omitempty"`
	HWStats *benchmarks.HWStats `json:"hwStats"`
}

func (*Result) String

func (r *Result) String() string

Jump to

Keyboard shortcuts

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