We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f797e9 commit 8e703f6Copy full SHA for 8e703f6
1 file changed
guide/profiling-test-performance.md
@@ -83,9 +83,9 @@ export default defineConfig({
83
```
84
:::
85
86
-测试运行后,应该会生成 `test-runner-profile/*.cpuprofile` 和 `test-runner-profile/*.heapprofile` 文件。想要知道如何分析这些文件,可以仔细查看[「 检查分析记录 / Inspecting profiling records 」](#inspecting-profiling-records)。
+测试运行后,应该会生成 `test-runner-profile/*.cpuprofile` 和 `test-runner-profile/*.heapprofile` 文件。想要知道如何分析这些文件,可以仔细查看 [性能分析记录](#inspecting-profiling-records)。
87
88
-也可以看看[性能分析 | 示例](https://github.com/vitest-dev/vitest/tree/main/examples/profiling)。
+也可以看看 [性能分析 | 示例](https://github.com/vitest-dev/vitest/tree/main/examples/profiling) 。
89
90
## 主线程 {#main-thread}
91
0 commit comments