Skip to content

Commit fde93e5

Browse files
authored
Merge pull request #1603 from Kobzol/collector-doc
Update stale website build instructions in README
2 parents 636db78 + 653e366 commit fde93e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

collector/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,10 @@ the relevant rustc executables.
169169

170170
### How to view the measurements on your own machine
171171

172-
Once the benchmarks have been run, start the website:
173-
```
174-
./target/release/site <DATABASE>
175-
```
176-
wait for the "Loading complete" message to be printed, and then visit
172+
Once the benchmarks have been run, build and start the website.
173+
You can find instructions on how to do that [here](../site/README.md).
174+
175+
Wait for the "Loading complete" message to be printed, and then visit
177176
`localhost:2346/compare.html` in a web browser.
178177

179178
Enter the IDs for two runs in the "Commit/Date A" and "Commit/Date B" text

collector/compile-benchmarks/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ Rust code being written today.
222222
--profiles=Check,Debug,Opt --scenarios=Full --include=$NEW,helloworld
223223
target/release/site results.db
224224
```
225+
(See [here](../../site/README.md) for instructions on how to build the website).
225226
Then switch to wall-times, compare `Test` against itself, and toggle the
226227
"Show non-relevant results"/"Display raw data" check boxes to make sure it
227228
hasn't changed drastically.

0 commit comments

Comments
 (0)