diff --git a/site/frontend/README.md b/site/frontend/README.md index be812374d..3538da73d 100644 --- a/site/frontend/README.md +++ b/site/frontend/README.md @@ -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 diff --git a/site/frontend/src/pages/graphs/page.vue b/site/frontend/src/pages/graphs/page.vue index 9eb5fad26..db33da497 100644 --- a/site/frontend/src/pages/graphs/page.vue +++ b/site/frontend/src/pages/graphs/page.vue @@ -149,7 +149,7 @@ loadGraphData(selector, loading); style="margin-top: 50px; border-top: 1px solid #ccc" >
- Benchmarks for artifact sizes + Benchmarks optimized for small binary size