MCPcopy Index your code
hub / github.com/riverqueue/river / bench

Struct bench

cmd/river/rivercli/river_cli.go:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394type bench struct {
395 CommandBase
396}
397
398func (c *bench) Run(ctx context.Context, opts *benchOpts) (bool, error) {
399 parsedDatabaseURL, err := url.Parse(opts.DatabaseURL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected