We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45334b9 commit 782dd4fCopy full SHA for 782dd4f
tests/perf/perf.go
@@ -78,7 +78,7 @@ func dump_cfg() {
78
79
func init() {
80
flag.StringVar(&cfg.Backend, "b", "transfers",
81
- "Backend to use. Default to 'transfers'")
+ "Backend to use. Possible optinos: transfers, fdw, pgshard, readers.")
82
flag.Var(&cfg.ConnStrs, "C",
83
"Connection string (repeat for multiple connections)")
84
flag.BoolVar(&cfg.Init, "i", false,
0 commit comments