writetxs

package
v1.3.2-RC1 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Copyright 2022 Codenotary Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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
}

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