Skip to content

Commit

Permalink
perf: update docs with influx testing instructions
Browse files Browse the repository at this point in the history
Change-Id: Iea024f4eb20167df03f114fd3a26bd291e7d128d
Reviewed-on: https://go-review.googlesource.com/c/build/+/450895
Reviewed-by: David Chase <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Michael Knyszek <[email protected]>
  • Loading branch information
mknyszek committed Nov 16, 2022
1 parent 2f9ee95 commit 1954702
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ To run the analysis frontend:
Browse to https://localhost:8080 (note that the instance uses a self-signed
certificate).

To run the analysis frontend connected to a local InfluxDB instance, first
follow [the instructions to set one up](../influx/README.md).
Then, run the above command but with the `-influx-host` and `-influx-token`
flags set to their appropriate values (as specified by the InfluxDB setup
instructions).

Send an HTTP request to https://localhost:8080/cron/sync-influx to sync the
local instances together.

## Google Cloud

One-time setup:
Expand Down

0 comments on commit 1954702

Please sign in to comment.