Skip to content

Commit 6e48b23

Browse files
authored
Update benchmarking.md
1 parent fa7caae commit 6e48b23

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/servers-and-cloud-computing/envoy-gcp

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/envoy-gcp/benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This runs the Envoy proxy with your configuration file (envoy_config.yaml) so it
6161
```
6262
curl -v http://127.0.0.1:10000/get
6363
```
64-
Running from another terminal returns a **200 OK** status, confirming that Envoy is running and successfully proxying requests.
64+
Running from another terminal returns a **200 OK** status, confirming that Envoy is running and successfully processing requests.
6565

6666
3. Run a Time-based Load Test
6767

0 commit comments

Comments
 (0)