package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

MakeClusterConstructor creates a new ClusterConstructor using the provided function.
NewRegistry constructs a new benchmark registry.

# Structs

Cluster abstracts a cockroach cluster for use in rttanalysis benchmarks.
Registry stores RoundTripBenchmarkTestCase definitions grouped under a go benchmark test.
RoundTripBenchTestCase is a struct that holds the Name of a benchmark test case for ddl analysis and the statements to run for the test.

# Type aliases

ClusterConstructor is used to construct a Cluster for an individual case run.