Skip to content

Commit

Permalink
roachtest/ycsb: enable workloads D and E
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
jeffrey-xiao committed May 28, 2019
1 parent 36a4a7f commit e5e1116
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/cmd/roachtest/ycsb.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ func registerYCSB(r *registry) {
}

for _, wl := range []string{"A", "B", "C", "D", "E", "F"} {
if wl == "D" || wl == "E" {
// These workloads are currently unsupported by workload.
// See TODOs in workload/ycsb/ycsb.go.
continue
}
for _, cpus := range []int{8, 32} {
var name string
if cpus == 8 { // support legacy test name which didn't include cpu
Expand Down

0 comments on commit e5e1116

Please sign in to comment.