You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display NaN values in LinearSolveAutotune telemetry output
Previously, the telemetry system filtered out NaN values from failed
benchmark results, making it unclear what algorithms were actually
tested but unsuccessful. This change improves transparency by:
- Including all tested algorithms in telemetry output, not just successful ones
- Displaying "NaN" explicitly for failed results instead of hiding them
- Showing "Success/Total" counts (e.g., "2/3") in summary statistics
- Adding ❌ Failed status indicators alongside ✅ Success markers
- Reporting algorithms that had failures/timeouts in console output
This allows users to see exactly what was attempted and understand
the complete benchmark coverage, including which algorithms failed
due to timeouts, convergence issues, or other errors.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments