We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7390717 commit e2cadc5Copy full SHA for e2cadc5
driver-redpanda/README.md
@@ -60,11 +60,11 @@ Then try running the ansible command again.
60
3. Run a benchmark using a specific driver and workload, for example:
61
62
sudo bin/benchmark -d driver-redpanda/redpanda-ack-all-group-linger-10ms.yaml \
63
- workloads/blog/1-topic-100-partitions-1kb-4-producers-500k-rate.yaml
+ driver-redpanda/deploy/workloads/1-topic-100-partitions-1kb-4-producers-500k-rate.yaml
64
65
## Cleanup
66
67
Once you are done. Tear down the cluster with the following command:
68
69
- terraform destroy -force
+ terraform destroy -auto-approve
70
0 commit comments