| 392 | } |
| 393 | |
| 394 | type bench struct { |
| 395 | CommandBase |
| 396 | } |
| 397 | |
| 398 | func (c *bench) Run(ctx context.Context, opts *benchOpts) (bool, error) { |
| 399 | parsedDatabaseURL, err := url.Parse(opts.DatabaseURL) |
nothing calls this directly
no outgoing calls
no test coverage detected