Skip to content

Commit 8e703f6

Browse files
committed
!docs: recovery /guide/profiling-test-performance
1 parent 3f797e9 commit 8e703f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guide/profiling-test-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ export default defineConfig({
8383
```
8484
:::
8585
86-
测试运行后,应该会生成 `test-runner-profile/*.cpuprofile``test-runner-profile/*.heapprofile` 文件。想要知道如何分析这些文件,可以仔细查看[「 检查分析记录 / Inspecting profiling records 」](#inspecting-profiling-records)。
86+
测试运行后,应该会生成 `test-runner-profile/*.cpuprofile``test-runner-profile/*.heapprofile` 文件。想要知道如何分析这些文件,可以仔细查看 [性能分析记录](#inspecting-profiling-records)。
8787
88-
也可以看看[性能分析 | 示例](https://github.com/vitest-dev/vitest/tree/main/examples/profiling)。
88+
也可以看看 [性能分析 | 示例](https://github.com/vitest-dev/vitest/tree/main/examples/profiling)
8989
9090
## 主线程 {#main-thread}
9191

0 commit comments

Comments
 (0)