Skip to content

Commit

Permalink
Format fixes. (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca authored Aug 29, 2022
1 parent 8867331 commit a07e3f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ table below shows the names and values of the variables in our main dashboard:
| `PG_USER` | `grafana-user` |
| `PSM` | `true` |

The dashboard for PSM benchmarks is only deployed if the PSM variable is set to
a non-empty value, for instance PSM=true.
The dashboard for PSM benchmarks is only deployed if the `PSM` variable is set
to a non-empty value, for instance `PSM=true`.

Docker files that can be used to build and deploy the Postgres replicator and
Grafana dashboard are then created with the following commands:
Expand Down
5 changes: 3 additions & 2 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ The tools contained in this folder enable a user to run multiple tests, wait for
them to finish, and generate an xml report with pass/fail results.

These tools are intended to work with load test configurations generated from
load test scenarios by tools stored in the [gRPC Core][grpccore] repository. For information
on those tools and examples of the tools being used together, see the
load test scenarios by tools stored in the [gRPC Core][grpccore] repository. For
information on those tools and examples of the tools being used together, see
the
[gRPC OSS benchmarks README](https://github.com/grpc/grpc/blob/master/tools/run_tests/performance/README.md#grpc-oss-benchmarks)
in that repository.

Expand Down

0 comments on commit a07e3f7

Please sign in to comment.