Remove language-specific content from reports

- Updated update_reports.sh to remove Performance Analysis section
- Regenerated all reports (1, 2, 5, 10, 100, 1000, 2000 decimals)
- All reports now have identical structure for 100% comparability
- No language-specific observations or commentary
- Only raw data tables remain
This commit is contained in:
Ein Anderssono
2026-04-23 13:44:58 +02:00
parent a9260f5b01
commit 443172606b
8 changed files with 1 additions and 137 deletions
-17
View File
@@ -40,23 +40,6 @@
| 17 | Erlang | 176 | 77359786 | Interpreted |
| 18 | Elixir | 401 | 89205418 | Interpreted |
### Performance Analysis
**Top Performers:**
- Fastest execution times for compiled languages
- Minimal memory usage for native code
- Consistent performance across decimal levels
**Memory Efficiency:**
- Compiled languages: 1-6 MB
- JIT languages: 14-236 MB
- Interpreted languages: 2-29 MB
**Key Findings:**
- Compiled languages dominate in both speed and memory efficiency
- JIT languages show moderate performance with higher memory usage
- Interpreted languages vary widely in performance
## Detailed Results
See the full test output in `reports/run_1_output.txt`.