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 15b5f82 commit 62c6a23Copy full SHA for 62c6a23
pkg/cmd/roachtest/tests/tpcc.go
@@ -471,6 +471,7 @@ func runTPCC(
471
cmd := roachtestutil.NewCommand("%s workload check %s", test.DefaultCockroachPath, opts.getWorkloadCmd()).
472
MaybeFlag(opts.DB != "", "db", opts.DB).
473
MaybeOption(opts.ExpensiveChecks, "expensive-checks").
474
+ Flag("last-duration", opts.Duration).
475
Flag("warehouses", opts.Warehouses).
476
Arg("{pgurl:1}")
477
0 commit comments