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:
+1
-18
@@ -79,26 +79,9 @@ EOF
|
||||
printf "| %d | %s | %s | %s | %s |\n", rank, lang, time, mem, type
|
||||
}' >> "$output_file"
|
||||
|
||||
# Add performance analysis
|
||||
# Add detailed results section
|
||||
cat >> "$output_file" << EOF
|
||||
|
||||
### 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_${decimals}_output.txt\`.
|
||||
|
||||
Reference in New Issue
Block a user