wukong-profiler 1.0.1 → 1.0.2

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 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,
package/README.zh.md CHANGED
@@ -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
- ## 🔍 Keywords
234
+ ## 🔍 关键词
233
235
 
234
236
  <!--
235
237
  Node.js profiler, JavaScript profiler, Node performance analysis, CLI profiler,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wukong-profiler",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "🔥 高性能 CLI/Node Profiler,支持 Flame Graph、Chrome Trace、HOT 步骤检测、性能回归分析",
5
5
  "keywords": [
6
6
  "profiler",