wukong-profiler 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/{README.zh.md → README.zh-CN.md} +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
- HOT step detection with CI failure
|
|
8
8
|
- Profile diff for performance regression detection
|
|
9
9
|
|
|
10
|
+
## English | [简体中文](./README.zh-CN.md)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
10
14
|
## Installation
|
|
11
15
|
|
|
12
16
|
```bash
|
|
@@ -212,7 +216,7 @@ console.log('Total time:', total, 'ms')
|
|
|
212
216
|
- Chrome Trace export compatible with Chrome's `chrome://tracing`
|
|
213
217
|
- Profile diff for performance regression detection
|
|
214
218
|
|
|
215
|
-
## 🔍
|
|
219
|
+
## 🔍 Keywords
|
|
216
220
|
|
|
217
221
|
<!--
|
|
218
222
|
Node.js profiler, JavaScript profiler, Node performance analysis, CLI profiler,
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
|
|
11
11
|
- ✅ **Profile Diff**(用于性能回退 / 回归检测)
|
|
12
12
|
|
|
13
|
+
## 中文 | [English](./README.md)
|
|
14
|
+
|
|
13
15
|
---
|
|
14
16
|
|
|
15
17
|
## 安装
|
|
@@ -229,7 +231,7 @@ console.log('总耗时:', total, 'ms')
|
|
|
229
231
|
|
|
230
232
|
---
|
|
231
233
|
|
|
232
|
-
## 🔍
|
|
234
|
+
## 🔍 关键词
|
|
233
235
|
|
|
234
236
|
<!--
|
|
235
237
|
Node.js profiler, JavaScript profiler, Node performance analysis, CLI profiler,
|