Documentation
¶
Index ¶
- type AtomixBenchmarkSuite
- func (s *AtomixBenchmarkSuite) BenchmarkMapGet(b *benchmark.Benchmark) error
- func (s *AtomixBenchmarkSuite) BenchmarkMapPut(b *benchmark.Benchmark) error
- func (s *AtomixBenchmarkSuite) BenchmarkMapRemove(b *benchmark.Benchmark) error
- func (s *AtomixBenchmarkSuite) SetupSuite(c *benchmark.Context) error
- func (s *AtomixBenchmarkSuite) SetupWorker(c *benchmark.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomixBenchmarkSuite ¶
AtomixBenchmarkSuite is an end-to-end test suite for Atomix
func (*AtomixBenchmarkSuite) BenchmarkMapGet ¶
func (s *AtomixBenchmarkSuite) BenchmarkMapGet(b *benchmark.Benchmark) error
BenchmarkMapPut benchmarks an Atomix map get operation
func (*AtomixBenchmarkSuite) BenchmarkMapPut ¶
func (s *AtomixBenchmarkSuite) BenchmarkMapPut(b *benchmark.Benchmark) error
BenchmarkMapPut benchmarks an Atomix map put operation
func (*AtomixBenchmarkSuite) BenchmarkMapRemove ¶
func (s *AtomixBenchmarkSuite) BenchmarkMapRemove(b *benchmark.Benchmark) error
BenchmarkMapPut benchmarks an Atomix map remove operation
func (*AtomixBenchmarkSuite) SetupSuite ¶
func (s *AtomixBenchmarkSuite) SetupSuite(c *benchmark.Context) error
SetupBenchmarkSuite sets up the Atomix cluster
func (*AtomixBenchmarkSuite) SetupWorker ¶
func (s *AtomixBenchmarkSuite) SetupWorker(c *benchmark.Context) error
SetupBenchmarkWorker creates an instance of the map on each worker node
Click to show internal directories.
Click to hide internal directories.