·
8 commits
to main
since this release
📊 Monorepo Tools Benchmark Results - July 19, 2025
Performance Results
Average Execution Times:
- 🥇 Nx: 1880.9ms
- 🥈 Lerna (nx-powered): 3469.5ms
- 🥉 Turbo: 10152.3ms
- 🐌 Lage: 11671.0ms
Performance Comparison (vs Nx):
- Nx is 6.2x faster than Lage
- Nx is 5.4x faster than Turbo
- Nx is 1.8x faster than Lerna
Tool Versions
| Tool | Version |
|---|---|
| Nx | 21.3.0 |
| Turbo | 2.5.5 |
| Lerna | 8.2.3 |
| Lage | 2.14.6 |
| Node.js | 18.20.8 |
| PNPM | 10.10.0 |
Benchmark Details
- Test Environment: GitHub Actions (Ubuntu Latest)
- Benchmark Type: Cache restoration performance
- Number of Runs: 10
- Repository Size: ~26k components across 5 apps and shared libraries
- Test Date: 2025-07-19T06:11:29.879Z
Raw Results
{
"timestamp": "2025-07-19T06:11:29.879Z",
"date": "7/19/2025",
"runs": 10,
"tools": {
"nx": {
"average": 1880.9,
"total": 18809,
"runs": [
1883,
1847,
1880,
1880,
1869,
1871,
1871,
1923,
1881,
1904
],
"min": 1847,
"max": 1923
},
"turbo": {
"average": 10152.3,
"total": 101523,
"runs": [
10116,
10198,
10241,
10153,
10069,
10172,
10204,
10199,
10252,
9919
],
"min": 9919,
"max": 10252
},
"lerna": {
"average": 3469.5,
"total": 34695,
"runs": [
3463,
3473,
3515,
3439,
3484,
3448,
3462,
3495,
3483,
3433
],
"min": 3433,
"max": 3515
},
"lage": {
"average": 11671,
"total": 116710,
"runs": [
12102,
11663,
11529,
11511,
11561,
11558,
11634,
11686,
11563,
11903
],
"min": 11511,
"max": 12102
}
},
"comparisons": {
"nxVsLage": 6.205008240735817,
"nxVsTurbo": 5.397575628688394,
"nxVsLerna": 1.8445956722845445
}
}
This release was automatically generated by the daily benchmark workflow. The tag name includes all tool versions for easy filtering and historical tracking.