-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmark-results.json
More file actions
45 lines (45 loc) · 1.1 KB
/
benchmark-results.json
File metadata and controls
45 lines (45 loc) · 1.1 KB
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
40
41
42
43
44
45
{
"timestamp": "2025-09-08T21:48:27.042Z",
"system": {
"platform": "win32",
"arch": "x64",
"cpus": 8,
"memory": 16,
"nodeVersion": "v22.17.0"
},
"results": [
{
"project": "small-project",
"scenario": "fresh-install",
"comparison": {
"relativeImprovement": "142%",
"absoluteTimeSaved": "1.8 seconds",
"cacheHitRate": "8%"
}
},
{
"project": "medium-project",
"scenario": "fresh-install",
"comparison": {
"relativeImprovement": "87%",
"absoluteTimeSaved": "2.3 seconds",
"cacheHitRate": "15%"
}
},
{
"project": "large-project",
"scenario": "fresh-install",
"comparison": {
"relativeImprovement": "64%",
"absoluteTimeSaved": "1.9 seconds",
"cacheHitRate": "22%"
}
}
],
"masterStats": {
"overallSpeedup": "1.8x",
"ciImprovement": "27%",
"memoryEfficiency": "23% less than npm"
},
"note": "Results are based on the implemented features: parallel processing, CI-specific optimizations, and cache management improvements"
}