Skip to content

perf.rust-lang.org database is no longer being published #840

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ Launching
If you've collected data locally, you will likely want to point the site at that
local database.

Alternatively, if you want to get the data used by the server on
perf.rust-lang.org, you can download an export of the database by running `cargo
run --release --bin fetch-latest <database>`, providing the location to save the
database to (this currently just downloads and decompresses a file, but this may
become more sophisticated in the future); be warned that the database is fairly
large -- 3.8 GB as of this writing, and growing gradually.

We may eventually provide support for partial downloads; please file an issue if
you have a specific use case and we may be able to accommodate it.


```
cargo run --bin site --release <database>
```
Expand Down