Skip to content

Commit

Permalink
Merge pull request cockroachdb#62599 from erikgrinaker/backport21.1-6…
Browse files Browse the repository at this point in the history
…2535

release-21.1: roachtest: use 2-minute ramp times for YCSB workloads
  • Loading branch information
erikgrinaker authored Mar 25, 2021
2 parents db630c3 + 8aa7e9f commit 71bcdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/ycsb.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func registerYCSB(r *testRegistry) {
m := newMonitor(ctx, c, c.Range(1, nodes))
m.Go(func(ctx context.Context) error {
sfu := fmt.Sprintf(" --select-for-update=%t", t.IsBuildVersion("v19.2.0"))
ramp := " --ramp=" + ifLocal("0s", "1m")
ramp := " --ramp=" + ifLocal("0s", "2m")
duration := " --duration=" + ifLocal("10s", "10m")
cmd := fmt.Sprintf(
"./workload run ycsb --init --insert-count=1000000 --workload=%s --concurrency=%d"+
Expand Down

0 comments on commit 71bcdc3

Please sign in to comment.