diff options
author | 2023-03-07 17:44:05 -0800 | |
---|---|---|
committer | 2023-03-07 17:44:05 -0800 | |
commit | 9bf4d9b8a24b930acaa14836884a68bbf6c7fefa (patch) | |
tree | e2829fbe66c0031df893ec0a18bf31146a768aa1 /docs/nav.ts | |
parent | 1d2b0bbc98a388cdb7d3655a56333cac09c5a280 (diff) | |
download | bun-9bf4d9b8a24b930acaa14836884a68bbf6c7fefa.tar.gz bun-9bf4d9b8a24b930acaa14836884a68bbf6c7fefa.tar.zst bun-9bf4d9b8a24b930acaa14836884a68bbf6c7fefa.zip |
Improve Benchmarking page, small fixes (#2339)
* Improve benchmarking page
* WIP
* Add typescript instructions to hot
* Document preload in Plugins. Fix loader in plugin types.
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index c5ff4b426..dfc9ee0d2 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -180,8 +180,8 @@ export default { page("project/configuration", "Configuration", { description: `Bun's runtime is configurable with environment variables and the bunfig.toml config file.`, }), - page("project/profiling", "Profiling", { - description: `Bun is designed for performance. Learn how to benchmark and profile Bun yourself.`, + page("project/benchmarking", "Benchmarking", { + description: `Bun is designed for performance. Learn how to benchmark Bun yourself.`, }), page("project/developing", "Development", { description: "Learn how to contribute to Bun and get your local development environment up and running.", |