This looks pretty good, only one thing: if this is expected to be set via a command line flag, we should probably add a corresponding call to flag.StringVar to dbbench.go:init().
Also, we might also want to make SQL server respect the param configuration as well.
This looks pretty good, only one thing: if this is expected to be set via a command line flag, we should probably add a corresponding call to
flag.StringVar
todbbench.go:init()
.Also, we might also want to make SQL server respect the param configuration as well.