Add visualizations to all reports

- Created performance charts for all decimal levels (1, 2, 5, 10, 100, 1000, 2000)
- Added 4 charts per report: execution time, memory usage, IPC efficiency, and time vs memory trade-off
- Updated all reports to include visualizations
- Charts show top 20 languages for each metric
- Color-coded by language type (Compiled=green, JIT=blue, Interpreted=red)
This commit is contained in:
Ein Anderssono
2026-04-23 14:42:17 +02:00
parent a2e13a70a1
commit 824f538efa
16 changed files with 166 additions and 1 deletions
+4
View File
@@ -54,6 +54,10 @@
| 31 | Scala | 471 | 55973205 | 18880700 | 8929948 | 2.11 | JIT |
| 32 | TypeScript | 1361 | 208289792 | 17642488 | 7699920 | 2.29 | Interpreted |
## Visualizations
![Performance Comparison](100_decimals.png)
## Detailed Results
See the full test output in `reports/run_1_output.txt`.