AyCode.Core/AyCode.Benchmark/Reporting
Loretta ed03d754ec Refactor Output to BenchmarkReportWriter
- Removed Output.cs and migrated all reporting, formatting, and statistics logic to a new BenchmarkReportWriter static class.
- Extended ReportingContext with run-header fields for richer output metadata.
- Updated BenchmarkLoop to use BenchmarkReportWriter and the new ReportingContext.
- Centralized all output file generation (.log, .LLM, .output) and formatting helpers in BenchmarkReportWriter.
- Improved separation of concerns and unified output artifact naming and metadata.
2026-05-15 20:18:13 +02:00
..
BenchmarkReportWriter.cs Refactor Output to BenchmarkReportWriter 2026-05-15 20:18:13 +02:00
BenchmarkResult.cs Refactor: move benchmark engines to shared scenarios 2026-05-15 19:55:52 +02:00
ReportingContext.cs Refactor Output to BenchmarkReportWriter 2026-05-15 20:18:13 +02:00