43870e5920
- Create reports/ directory with detailed performance reports - Simplify README.md to provide overview and summary - Add links to detailed reports for each decimal level (1, 2, 5, 10, 100, 1000, 2000) - Keep summary table and key findings in main README - Remove verbose charts from main README to reduce noise
45 lines
1.0 KiB
Markdown
45 lines
1.0 KiB
Markdown
# Performance Report: 1 Decimal
|
|
|
|
## Test Environment
|
|
|
|
**Hardware:**
|
|
- **Model:** MacBook Neo (Mac17,5)
|
|
- **Processor:** Apple A18 Pro (6 cores: 2 performance + 4 efficiency)
|
|
- **Memory:** 8 GB RAM
|
|
- **Operating System:** macOS (Darwin)
|
|
|
|
## Performance Charts
|
|
|
|
**Compiled Languages:**
|
|
```mermaid
|
|
xychart-beta
|
|
title "Compiled Languages - Time (ms) at 1 decimal"
|
|
x-axis ["Assembly", "C", "C++", "Rust", "Go", "Nim", "Odin", "Fortran", "Swift", "Crystal"]
|
|
y-axis "Time (ms)" 0 --> 35
|
|
bar [10, 10, 9, 9, 9, 9, 9, 28, 29, 28]
|
|
```
|
|
|
|
**JIT-Compiled Languages:**
|
|
```mermaid
|
|
xychart-beta
|
|
title "JIT-Compiled Languages - Time (ms) at 1 decimal"
|
|
x-axis ["Java", "C#", "Kotlin", "Julia"]
|
|
y-axis "Time (ms)" 0 --> 300
|
|
bar [57, 58, 83, 297]
|
|
```
|
|
|
|
**Interpreted Languages:**
|
|
```mermaid
|
|
xychart-beta
|
|
title "Interpreted Languages - Time (ms) at 1 decimal"
|
|
x-axis ["Python", "Perl", "PHP", "Ruby", "JavaScript"]
|
|
y-axis "Time (ms)" 0 --> 90
|
|
bar [57, 54, 78, 79, 82]
|
|
```
|
|
|
|
|
|
|
|
---
|
|
|
|
*Generated from Pi Calculation Benchmark - 1 decimal precision*
|