Skip to content

Commit 6d39c0f

Browse files
committed
roachtest: small cleanup
No semantic change.
1 parent 640bbf0 commit 6d39c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/sysbench.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ func registerSysbench(r registry.Registry) {
428428
pgOpts := opts
429429
pgOpts.usePostgres = true
430430
pgSpec := spec
431-
pgSpec.Name = fmt.Sprintf("sysbench/%s/postgres/cpu=%d/conc=%d", w, d.cpus, conc)
431+
pgSpec.Name = fmt.Sprintf("%s/%s/postgres/cpu=%d/conc=%d", benchname, w, d.cpus, conc)
432432
pgSpec.Suites = registry.Suites(registry.Weekly)
433433
pgSpec.TestSelectionOptOutSuites = registry.Suites(registry.Weekly)
434434
pgSpec.Run = func(ctx context.Context, t test.Test, c cluster.Cluster) {

0 commit comments

Comments
 (0)