Skip to content

Commit e22b7ea

Browse files
authored
Merge branch 'rust-lang:master' into Fix-rust-lang#1829
2 parents f5ec740 + c836192 commit e22b7ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

site/frontend/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This directory contains code for the `rustc-perf` website frontend.
1010
```console
1111
$ npm run watch
1212
```
13+
> 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.
1314
- Production build - build optimized and minimized files.
1415
```console
1516
$ npm run build

site/frontend/src/pages/graphs/page.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ loadGraphData(selector, loading);
149149
style="margin-top: 50px; border-top: 1px solid #ccc"
150150
>
151151
<div style="padding: 20px 0">
152-
<strong>Benchmarks for artifact sizes</strong>
152+
<strong>Benchmarks optimized for small binary size</strong>
153153
</div>
154154
<div id="size-charts"></div>
155155
</div>

0 commit comments

Comments
 (0)