Commit e1228ab
Implement comprehensive PR-based results repository system
Major enhancement replacing gists with dedicated LinearSolveAutotuneResults.jl repository:
**LinearSolveAutotuneResults.jl Repository:**
- Complete Julia package for community benchmark analysis
- Hardware-specific analysis functions (by CPU vendor, OS, BLAS, GPU)
- Global plotting and comparison utilities
- Comprehensive data loading and filtering capabilities
**Enhanced Telemetry System:**
- Creates PRs to SciML/LinearSolveAutotuneResults.jl automatically
- Generates structured result folders with timestamp + system ID
- Includes detailed system_info.csv with versioninfo() hardware data
- Creates Project.toml with exact package versions used
- Exports benchmark plots as PNG files
- Comprehensive README.md with human-readable summary
**Result Folder Structure:**
```
results/YYYY-MM-DD_HHMM_cpu-os/
├── results.csv # Benchmark performance data
├── system_info.csv # Detailed hardware/software config
├── Project.toml # Package versions used
├── README.md # Human-readable summary
└── benchmark_*.png # Performance plots per element type
```
**Analysis Capabilities:**
- `analyze_hardware()` - Performance by CPU vendor, OS, BLAS, GPU
- `filter_by_hardware()` - "get mean GFLOPs for all AMD machines"
- `get_hardware_leaderboard()` - Top performing systems
- `create_global_plots()` - Community-wide performance trends
- `compare_systems()` - Direct system comparisons
This creates a community-driven benchmark database enabling:
- Hardware-specific algorithm recommendations
- Performance optimization research
- System configuration guidance
- Global performance trend analysis
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 3967830 commit e1228ab
File tree
3 files changed
+322
-44
lines changed- lib/LinearSolveAutotune/src
3 files changed
+322
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
0 commit comments