Skip to content

Commit 7975d7f

Browse files
authored
Fix typo (#78)
Signed-off-by: Alan Cha <[email protected]>
1 parent 8ae8bf0 commit 7975d7f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/tutorials/load-test-grpc-multiple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ iter8 k launch \
3030
--set ready.service=routeguide \
3131
--set ready.timeout=60s \
3232
--set grpc.host=routeguide.default:50051 \
33-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
33+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
3434
--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
3535
--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
3636
--set grpc.endpoints.listFeatures.call=routeguide.RouteGuide.ListFeatures \

docs/tutorials/load-test-grpc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See [Load Test multiple gRPC methods](./load-test-http-multiple.md) to see a tut
3333
--set ready.service=routeguide \
3434
--set ready.timeout=60s \
3535
--set grpc.host=routeguide.default:50051 \
36-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
36+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
3737
--set grpc.call=routeguide.RouteGuide.GetFeature \
3838
--set grpc.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
3939
--set assess.SLOs.upper.grpc/error-rate=0 \
@@ -50,7 +50,7 @@ See [Load Test multiple gRPC methods](./load-test-http-multiple.md) to see a tut
5050
--set ready.service=routeguide \
5151
--set ready.timeout=60s \
5252
--set grpc.host=routeguide.default:50051 \
53-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
53+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
5454
--set grpc.call=routeguide.RouteGuide.ListFeatures \
5555
--set grpc.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/server.json \
5656
--set assess.SLOs.upper.grpc/error-rate=0 \
@@ -67,7 +67,7 @@ See [Load Test multiple gRPC methods](./load-test-http-multiple.md) to see a tut
6767
--set ready.service=routeguide \
6868
--set ready.timeout=60s \
6969
--set grpc.host=routeguide.default:50051 \
70-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
70+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
7171
--set grpc.call=routeguide.RouteGuide.RecordRoute \
7272
--set grpc.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/client.json \
7373
--set assess.SLOs.upper.grpc/error-rate=0 \
@@ -84,7 +84,7 @@ See [Load Test multiple gRPC methods](./load-test-http-multiple.md) to see a tut
8484
--set ready.service=routeguide \
8585
--set ready.timeout=60s \
8686
--set grpc.host=routeguide.default:50051 \
87-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
87+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
8888
--set grpc.call=routeguide.RouteGuide.RouteChat \
8989
--set grpc.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/bidirectional.json \
9090
--set assess.SLOs.upper.grpc/error-rate=0 \

docs/user-guide/tasks/grpc.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Single method:
1515
iter8 k launch \
1616
--set "tasks={grpc,assess}" \
1717
--set grpc.host=routeguide.default:50051 \
18-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
18+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
1919
--set grpc.call=routeguide.RouteGuide.GetFeature \
2020
--set grpc.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
2121
--set assess.SLOs.upper.grpc/error-rate=0 \
@@ -28,7 +28,7 @@ Multiple methods:
2828
iter8 k launch \
2929
--set "tasks={grpc,assess}" \
3030
--set grpc.host=routeguide.default:50051 \
31-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
31+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
3232
--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
3333
--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
3434
--set grpc.endpoints.listFeatures.call=routeguide.RouteGuide.ListFeatures \
@@ -70,7 +70,7 @@ In the following example, all three endpoints will use the default `timeout` of
7070
iter8 k launch \
7171
--set "tasks={grpc,assess}" \
7272
--set grpc.host=routeguide.default:50051 \
73-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
73+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
7474
--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
7575
--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
7676
--set grpc.endpoints.listFeatures.call=routeguide.RouteGuide.ListFeatures \
@@ -89,7 +89,7 @@ In the following example, the `getFeature` and `listFeatures` endpoints will use
8989
iter8 k launch \
9090
--set "tasks={grpc,assess}" \
9191
--set grpc.host=routeguide.default:50051 \
92-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
92+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
9393
--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
9494
--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
9595
--set grpc.endpoints.listFeatures.call=routeguide.RouteGuide.ListFeatures \
@@ -109,7 +109,7 @@ In the following example, all three endpoints will use a `qps` of `40s`.
109109
iter8 k launch \
110110
--set "tasks={grpc,assess}" \
111111
--set grpc.host=routeguide.default:50051 \
112-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
112+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
113113
--set grpc.timeout=40s \
114114
--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
115115
--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
@@ -129,7 +129,7 @@ In the following example, the `getFeature` and `listFeatures` endpoints will use
129129
iter8 k launch \
130130
--set "tasks={grpc,assess}" \
131131
--set grpc.host=routeguide.default:50051 \
132-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
132+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
133133
--set grpc.timeout=40s \
134134
--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
135135
--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \
@@ -153,7 +153,7 @@ Further more, set parameters will trickle down to the endpoints.
153153
iter8 k launch \
154154
--set "tasks={grpc,assess}" \
155155
--set grpc.host=routeguide.default:50051 \
156-
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto\
156+
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \
157157
--set grpc.skipFirst=5 \
158158
--set grpc.endpoints.getFeature.call=routeguide.RouteGuide.GetFeature \
159159
--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \

0 commit comments

Comments
 (0)