Versions in this module Expand all Collapse all v3 v3.0.0 Oct 24, 2024 Changes in this version + type Benchmark struct + func New(app *app.App, db *sql.DB, dir string, options ...Option) (bm *Benchmark, err error) + func (bm *Benchmark) Run(ch <-chan os.Signal) error + type Option func(*options) + func WithCluster(cluster []string) Option + func WithClusterTimeout(cTo int) Option + func WithDuration(seconds int) Option + func WithKvKeySize(bytes int) Option + func WithKvValueSize(bytes int) Option + func WithWorkers(n int) Option + func WithWorkload(workload string) Option Other modules containing this package github.com/canonical/go-dqlite github.com/canonical/go-dqlite/v2