forked from zilliztech/claude-context
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-benchmark.json
More file actions
39 lines (39 loc) · 927 Bytes
/
build-benchmark.json
File metadata and controls
39 lines (39 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[
{
"timestamp": "2025-08-25T19:04:13.664Z",
"platform": "win32",
"nodeVersion": "v22.15.1",
"results": [
{
"success": true,
"duration": 1849,
"command": "pnpm clean",
"description": "Clean all packages"
},
{
"success": true,
"duration": 6754,
"command": "pnpm build:core",
"description": "Build core package"
},
{
"success": true,
"duration": 9782,
"command": "pnpm build:mcp",
"description": "Build MCP package"
},
{
"success": true,
"duration": 6821,
"command": "pnpm build:vscode",
"description": "Build VSCode extension"
},
{
"success": true,
"duration": 14526,
"command": "pnpm -r --filter=\"./packages/chrome-extension\" build",
"description": "Build Chrome extension"
}
]
}
]