Skip to content

Commit fbab6ca

Browse files
authored
docs: Update README.md (GoogleCloudPlatform#6612)
1 parent 5541602 commit fbab6ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bigtable/beam/workload-generator/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ be run as a Dataflow job.
1515
INSTANCE_ID=YOUR-INSTANCE-ID
1616
TABLE_ID=YOUR-TABLE-ID
1717
REGION=us-central1
18-
WORKLOAD_QPS=100 # Optional
18+
WORKLOAD_QPS=100 # Optional, default to 1000
1919
```
2020
2121
1. Run this command to start a job from dataflow template:
@@ -27,7 +27,7 @@ be run as a Dataflow job.
2727
--parameters bigtableInstanceId="$INSTANCE_ID" \
2828
--parameters bigtableTableId="$TABLE_ID" \
2929
--region "$REGION" \
30-
--parameters workloadQPS=$WORKLOAD_QPS
30+
--parameters workloadRate=$WORKLOAD_QPS
3131
```
3232
3333
1. Make sure to cancel the job once you are done.
@@ -97,4 +97,4 @@ If you would like to modify this and run it yourself you can use these commands:
9797
--runner=dataflow --project=$GOOGLE_CLOUD_PROJECT \
9898
--region=$REGION" \
9999
--workloadQPS=$WORKLOAD_QPS
100-
```
100+
```

0 commit comments

Comments
 (0)