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:
@@ -54,6 +54,10 @@
|
||||
| 31 | Scala | 471 | 55973205 | 18880700 | 8929948 | 2.11 | JIT |
|
||||
| 32 | TypeScript | 1361 | 208289792 | 17642488 | 7699920 | 2.29 | Interpreted |
|
||||
|
||||
## Visualizations
|
||||
|
||||

|
||||
|
||||
## Detailed Results
|
||||
|
||||
See the full test output in `reports/run_1_output.txt`.
|
||||
|
||||
Reference in New Issue
Block a user