Skip to content

Commit b97acd0

Browse files
committed
roachtest: appease linter
1 parent ca0d51e commit b97acd0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkg/cmd/roachtest/tests/sysbench.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,10 +364,7 @@ func registerSysbench(r registry.Registry) {
364364
{n: 3, cpus: 8,
365365
transform: func(opts *sysbenchOptions) bool {
366366
// Only run core three.
367-
if !coreThree(opts.workload) {
368-
return false
369-
}
370-
return true
367+
return coreThree(opts.workload)
371368
},
372369
},
373370
{n: 3, cpus: 8,

0 commit comments

Comments
 (0)