Skip to content

Commit

Permalink
Merge branch 'rust-lang:master' into Fix-#1829
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh-10 authored Mar 24, 2024
2 parents f5ec740 + c836192 commit e22b7ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions site/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This directory contains code for the `rustc-perf` website frontend.
```console
$ npm run watch
```
> If you want to develop locally, it's recommended to use `npm run watch` + `cargo run --bin site` (without the `--release` flag). This setup enables hot reloading of your code on the website.
- Production build - build optimized and minimized files.
```console
$ npm run build
Expand Down
2 changes: 1 addition & 1 deletion site/frontend/src/pages/graphs/page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ loadGraphData(selector, loading);
style="margin-top: 50px; border-top: 1px solid #ccc"
>
<div style="padding: 20px 0">
<strong>Benchmarks for artifact sizes</strong>
<strong>Benchmarks optimized for small binary size</strong>
</div>
<div id="size-charts"></div>
</div>
Expand Down

0 comments on commit e22b7ea

Please sign in to comment.