Skip to content

Commit 782dd4f

Browse files
committed
list all possible backends
1 parent 45334b9 commit 782dd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/perf/perf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func dump_cfg() {
7878

7979
func init() {
8080
flag.StringVar(&cfg.Backend, "b", "transfers",
81-
"Backend to use. Default to 'transfers'")
81+
"Backend to use. Possible optinos: transfers, fdw, pgshard, readers.")
8282
flag.Var(&cfg.ConnStrs, "C",
8383
"Connection string (repeat for multiple connections)")
8484
flag.BoolVar(&cfg.Init, "i", false,

0 commit comments

Comments
 (0)