Skip to content

Commit f4352b8

Browse files
authored
Merge pull request #840 from tmiasko/db-size
perf.rust-lang.org database is no longer being published
2 parents 589d008 + 739409c commit f4352b8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

site/README.md

-11
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ Launching
2424
If you've collected data locally, you will likely want to point the site at that
2525
local database.
2626

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-
3827
```
3928
cargo run --bin site --release <database>
4029
```

0 commit comments

Comments
 (0)