package raftbench
import "github.com/hashicorp/raft/bench"
Index ¶
- func DeleteRange(b *testing.B, store raft.LogStore)
- func FirstIndex(b *testing.B, store raft.LogStore)
- func Get(b *testing.B, store raft.StableStore)
- func GetLog(b *testing.B, store raft.LogStore)
- func GetUint64(b *testing.B, store raft.StableStore)
- func LastIndex(b *testing.B, store raft.LogStore)
- func Set(b *testing.B, store raft.StableStore)
- func SetUint64(b *testing.B, store raft.StableStore)
- func StoreLog(b *testing.B, store raft.LogStore)
- func StoreLogs(b *testing.B, store raft.LogStore)
Functions ¶
func DeleteRange ¶
func FirstIndex ¶
func Get ¶
func Get(b *testing.B, store raft.StableStore)
func GetLog ¶
func GetUint64 ¶
func GetUint64(b *testing.B, store raft.StableStore)
func LastIndex ¶
func Set ¶
func Set(b *testing.B, store raft.StableStore)
func SetUint64 ¶
func SetUint64(b *testing.B, store raft.StableStore)
func StoreLog ¶
func StoreLogs ¶
Source Files ¶
- Version
- v1.7.3 (latest)
- Published
- Mar 18, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 month ago –
Tools for package owners.