File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,6 @@ Launching
24
24
If you've collected data locally, you will likely want to point the site at that
25
25
local database.
26
26
27
- Alternatively, if you want to get the data used by the server on
28
- perf.rust-lang.org, you can download an export of the database by running `cargo
29
- run --release --bin fetch-latest <database >`, providing the location to save the
30
- database to (this currently just downloads and decompresses a file, but this may
31
- become more sophisticated in the future); be warned that the database is fairly
32
- large -- 3.8 GB as of this writing, and growing gradually.
33
-
34
- We may eventually provide support for partial downloads; please file an issue if
35
- you have a specific use case and we may be able to accommodate it.
36
-
37
-
38
27
```
39
28
cargo run --bin site --release <database>
40
29
```
You can’t perform that action at this time.
0 commit comments